Skip to content

Commit 7545e82

Browse files
committed
refactor: Update test description for reading a contract method with struct and number params
1 parent 974de96 commit 7545e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/read.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe("Read Tests", () => {
1515
engine = _engine;
1616
});
1717

18-
test("Write to a contract with function name", async () => {
18+
test("Read a contract method with struct and number params", async () => {
1919
const structValues = {
2020
name: "test",
2121
value: 123,

0 commit comments

Comments
 (0)