Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Feb 4, 2025
1 parent 7116e38 commit 6abba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridgesync/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestBridgeEventE2E(t *testing.T) {
}
}

helpers.CommitBlocks(t, setup.L1Environment.SimBackend, 11, blockTime)
helpers.CommitBlocks(t, l1Env.SimBackend, 11, blockTime)

// Wait for syncer to catch up
time.Sleep(time.Second * 2) // sleeping since the processor could be up to date, but have pending reorgs
Expand Down

0 comments on commit 6abba7a

Please sign in to comment.