diff --git a/test/e2e/datacommittee_test.go b/test/e2e/datacommittee_test.go index 38a629dc..f58610c6 100644 --- a/test/e2e/datacommittee_test.go +++ b/test/e2e/datacommittee_test.go @@ -174,7 +174,7 @@ func TestDataCommittee(t *testing.T) { } // Wait for verification - _, err = operations.ApplyL2Txs(ctx, txs, authL2, clientL2, operations.VerifiedConfirmationLevel, startedIndices) + _, err = operations.ApplyL2Txs(ctx, txs, authL2, clientL2, operations.VirtualConfirmationLevel, startedIndices) require.NoError(t, err) startDACMember(t, delayedMember) // start the delayed one, it should catch up through synchronization