Skip to content

Commit

Permalink
initialize test
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jul 21, 2024
1 parent a983269 commit 46e4a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DelegateStaking.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ contract Initializer is DelegateStakingTest {
function test_Initialize() public view {
assertEq(
IERC20Metadata(address(delegate)).name(),
"Delegated Staking dSHU"
"Delegated Staking SHU"
);
assertEq(IERC20Metadata(address(delegate)).symbol(), "dSHU");
assertEq(delegate.owner(), address(this), "Wrong owner");
Expand Down

0 comments on commit 46e4a07

Please sign in to comment.