Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Apr 10, 2024
1 parent a1abdfd commit 31f98fe
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/test/feature-address.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ describe("feature-address", () => {
await system.run();

// Check methods
expect((await contract.getTest1()).toRawString()).toEqual('0:4a81708d2cf7b15a1b362fbf64880451d698461f52f05f145b36c08517d76873')
expect((await contract.getTest2()).toRawString()).toEqual('0:4a81708d2cf7b15a1b362fbf64880451d698461f52f05f145b36c08517d76873')
expect((await contract.getTest3()).toRawString()).toEqual('0:4a81708d2cf7b15a1b362fbf64880451d698461f52f05f145b36c08517d76873')
expect((await contract.getTest1()).toRawString()).toEqual(
"0:4a81708d2cf7b15a1b362fbf64880451d698461f52f05f145b36c08517d76873",
);
expect((await contract.getTest2()).toRawString()).toEqual(
"0:4a81708d2cf7b15a1b362fbf64880451d698461f52f05f145b36c08517d76873",
);
expect((await contract.getTest3()).toRawString()).toEqual(
"0:4a81708d2cf7b15a1b362fbf64880451d698461f52f05f145b36c08517d76873",
);
});
});

0 comments on commit 31f98fe

Please sign in to comment.