We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974de96 commit 7545e82Copy full SHA for 7545e82
test/e2e/tests/read.test.ts
@@ -15,7 +15,7 @@ describe("Read Tests", () => {
15
engine = _engine;
16
});
17
18
- test("Write to a contract with function name", async () => {
+ test("Read a contract method with struct and number params", async () => {
19
const structValues = {
20
name: "test",
21
value: 123,
0 commit comments