Skip to content

Commit 6a93c9d

Browse files
committed
lint
1 parent e1859f8 commit 6a93c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-e2e/faultproofs/super_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ func TestSuperInvalidateUnsafeProposal(t *testing.T) {
364364

365365
// Wait for any client to advance its unsafe head past the safe chain. We know this head will remain unsafe since the batc
366366
l2Client := sys.L2GethClient(sys.L2IDs()[0], "sequencer")
367-
wait.ForNextBlock(ctx, l2Client)
367+
require.NoError(t, wait.ForNextBlock(ctx, l2Client))
368368
head, err := l2Client.BlockByNumber(ctx, nil)
369369
require.NoError(t, err, "Failed to get head block")
370370
unsafeTimestamp := head.Time()

0 commit comments

Comments
 (0)