Skip to content

Commit

Permalink
change confirmation level in test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercampbell committed Jan 24, 2024
1 parent 44a07ee commit 9bab8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/datacommittee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bab8df

Please sign in to comment.