Forge tests pass; Fixed the 'string' for the InvalidRedeliveryVM error, which changed in the replacement of wormhole with MockWormhole

This commit is contained in:
derpy-duck 2023-02-13 20:49:58 +00:00 committed by scnale
parent 3f713d7efc
commit b0e1378957
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ contract TestCoreRelayer is Test {
);
vm.prank(setup.target.relayer);
vm.expectRevert(abi.encodeWithSignature("InvalidRedeliveryVM(string)", "VM signature invalid"));
vm.expectRevert(abi.encodeWithSignature("InvalidRedeliveryVM(string)", ""));
setup.target.coreRelayerFull.redeliverSingle{value: stack.budget}(stack.package);
fakeVM = relayerWormholeSimulator.fetchSignedMessageFromLogs(