Commit 1b45cf6e authored by Hamdi Allam's avatar Hamdi Allam

another typo 🤦

parent 573d18c5
...@@ -64,7 +64,7 @@ func TestE2EBridge(t *testing.T) { ...@@ -64,7 +64,7 @@ func TestE2EBridge(t *testing.T) {
testCtx, cancel := context.WithTimeout(context.Background(), 20*time.Second) testCtx, cancel := context.WithTimeout(context.Background(), 20*time.Second)
defer cancel() defer cancel()
// Pause the L2Processor so that we can test for finalization seperately. A pause is // Pause the L2Processor so that we can test for finalization separately. A pause is
// required since deposit inclusion is apart of the L2 block derivation process // required since deposit inclusion is apart of the L2 block derivation process
testSuite.Indexer.L2Processor.PauseForTest() testSuite.Indexer.L2Processor.PauseForTest()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment