Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocryk committed Jan 23, 2025
1 parent 73f9b9a commit f5d7cd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions overridden_contracts/test/override_test/Gateway.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,10 @@ contract GatewayTest is Test {
}

function testSendOperatorsDataX() public {
// 1 to match timestamp 1 of warp, as timestamp was used before to
// generate FINAL_VALIDATORS_PAYLOAD
// FINAL_VALIDATORS_PAYLOAD has been encoded with epoch 1.
uint48 epoch = 1;

// Create mock agent and paraID
vm.warp(1);
vm.prank(middleware);
vm.expectEmit(true, false, false, true);
emit IGateway.OutboundMessageAccepted(PRIMARY_GOVERNANCE_CHANNEL_ID, 1, messageID, FINAL_VALIDATORS_PAYLOAD);
Expand Down

0 comments on commit f5d7cd3

Please sign in to comment.