Skip to content

Commit

Permalink
Adjust new test to changes from #1449
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Oct 31, 2023
1 parent 0babf04 commit ba27000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts-core/test/suite/Destination.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ contract DestinationTest is ExecutionHubTest {
bytes32 agentRootLM = lightManager.agentRoot();
vm.assume(firstRA._agentRoot != agentRootLM);
vm.assume(firstRA.snapRoot != secondRA.snapRoot);
vm.assume(secondRA.nonce > firstRA.nonce);
test_submitAttestation(firstRA, firstRootSubmittedAt);
skip(AGENT_ROOT_OPTIMISTIC_PERIOD);
// Form a second attestation: Notary 1
Expand Down

0 comments on commit ba27000

Please sign in to comment.