Skip to content

Commit

Permalink
fix(test): add name field to balanceOf test
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Feb 14, 2024
1 parent 9f24034 commit 0120e38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe("erc20.balanceOf", () => {
{
"decimals": 6,
"displayValue": "81.831338",
"name": "USD Coin",
"symbol": "USDC",
"value": 81831338n,
}
Expand Down

0 comments on commit 0120e38

Please sign in to comment.