Skip to content

Commit

Permalink
Update test/fuzz/child/ChildERC20Bridge.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ermyas Abebe <[email protected]>
  • Loading branch information
wcgcyx and ermyas authored Feb 15, 2024
1 parent 6d1bcb2 commit 4a70af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuzz/child/ChildERC20Bridge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ contract ChildERC20BridgeTest is Test, IChildERC20BridgeEvents {
assertEq(
bridge.rootTokenToChildToken(rootToken),
childTokenAddress,
"Child actual token address should match predicated address"
"Child actual token address should match predicted address"
);

vm.stopPrank();
Expand Down

0 comments on commit 4a70af5

Please sign in to comment.