Skip to content

Commit 1fb49b8

Browse files
committed
chore: typo
1 parent f4de411 commit 1fb49b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

kleros-sdk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ _Archon's successor_
55
To run the data mappings tests:
66

77
1. Go into the `dataMappings.test.ts` file and pass the "alchemyApiKey" variable as second parameter when calling both the callAction() and eventAction() functions, at lines 89 and 119 of the file, respectively.
8+
89
2. At the root folder level, do:
910

1011
```bash

kleros-sdk/test/dataMappings.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe("subgraphAction with variables", () => {
7171
});
7272

7373
describe("callAction", () => {
74-
it("should call the contract and return token balance", async () => {
74+
it("should call the contract and return in expected format", async () => {
7575
const abi =
7676
"function currentRuling(uint256 _disputeID) public view returns (uint256 ruling, bool tied, bool overridden)";
7777
const contractAddress = "0xA54e7A16d7460e38a8F324eF46782FB520d58CE8";

0 commit comments

Comments
 (0)