From ba2700082b504d0ddf0356b0491154131eaf4faa Mon Sep 17 00:00:00 2001 From: ChiTimesChi <88190723+ChiTimesChi@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:37:51 +0000 Subject: [PATCH] Adjust new test to changes from #1449 --- packages/contracts-core/test/suite/Destination.t.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/contracts-core/test/suite/Destination.t.sol b/packages/contracts-core/test/suite/Destination.t.sol index c89ce0aa6d..ea0c69985e 100644 --- a/packages/contracts-core/test/suite/Destination.t.sol +++ b/packages/contracts-core/test/suite/Destination.t.sol @@ -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