Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Aug 27, 2024
1 parent f4484a5 commit cfd4ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Usds.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ contract UsdsTest is TokenFuzzTests {

_token_ = address(usds);
_contractName_ = "Usds";
_tokenName_ = "Sky USD";
_tokenName_ = "USDS Stablecoin";
_symbol_ = "USDS";
}

function invariantMetadata() public view {
assertEq(usds.name(), "Sky USD");
assertEq(usds.name(), "USDS Stablecoin");
assertEq(usds.symbol(), "USDS");
assertEq(usds.version(), "1");
assertEq(usds.decimals(), 18);
Expand Down

0 comments on commit cfd4ac8

Please sign in to comment.