We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1859f8 commit 6a93c9dCopy full SHA for 6a93c9d
op-e2e/faultproofs/super_test.go
@@ -364,7 +364,7 @@ func TestSuperInvalidateUnsafeProposal(t *testing.T) {
364
365
// Wait for any client to advance its unsafe head past the safe chain. We know this head will remain unsafe since the batc
366
l2Client := sys.L2GethClient(sys.L2IDs()[0], "sequencer")
367
- wait.ForNextBlock(ctx, l2Client)
+ require.NoError(t, wait.ForNextBlock(ctx, l2Client))
368
head, err := l2Client.BlockByNumber(ctx, nil)
369
require.NoError(t, err, "Failed to get head block")
370
unsafeTimestamp := head.Time()
0 commit comments