Skip to content

Commit

Permalink
test: malform the test to check the adjusted workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Sep 24, 2024
1 parent 289549f commit e7db6e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts-rfq/test/FastBridgeV2.Parity.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ contract FastBridgeV2ParityTest is FastBridgeTest {
vm.warp(block.timestamp + 31 minutes);
vm.prank(relayer);
fastBridge.prove(request, bytes32("0x04"));

vm.expectRevert(abi.encodeWithSelector(SenderIncorrect.selector));
// TODO: uncomment
// vm.expectRevert(abi.encodeWithSelector(SenderIncorrect.selector));
vm.prank(anotherRelayer);
fastBridge.claim(request, relayer);
}
Expand Down

0 comments on commit e7db6e1

Please sign in to comment.