Skip to content

Commit

Permalink
fix(Bridgehead): Initialize test error message updated
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Oct 4, 2023
1 parent d5618f0 commit 437de45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract InitializeTest is BridgeheadTest {
function test_RevertWhen_AlreadyInitialized() public {
bridgehead.initialize(governor, chainImplementation, chainProxyAdmin, allowList, priorityTxMaxGasLimit);

vm.expectRevert(bytes.concat("r1"));
vm.expectRevert(bytes.concat("bridgehead1"));
bridgehead.initialize(governor, chainImplementation, chainProxyAdmin, allowList, priorityTxMaxGasLimit);
}

Expand Down

0 comments on commit 437de45

Please sign in to comment.