Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Nov 27, 2024
1 parent a164858 commit 80608f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/util/cmd/verify-evm-offchain-replay/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ func TestTestnetFromRootToLatest(t *testing.T) {
func TestMainnetFromRootToLatest(t *testing.T) {
// verify Mainnet25
require.NoError(t, Verify(log.Logger, 85981135, 88226266,
flow.Testnet, "/var/flow/data/protocol", "/var/flow/data/execution_data",
flow.Mainnet, "/var/flow/data/protocol", "/var/flow/data/execution_data",
"/var/flow/nov26_mainnet_evm_state_gob", 100_000),
)

// verify Mainnet26
require.NoError(t, Verify(log.Logger, 88226267, 94800210,
flow.Testnet, "/var/flow52/data/protocol", "/var/flow52/data/execution_data",
flow.Mainnet, "/var/flow26/data/protocol", "/var/flow26/data/execution_data",
"/var/flow/nov26_mainnet_evm_state_gob", 100_000),
)
}

0 comments on commit 80608f3

Please sign in to comment.