Skip to content

Commit 3c6383b

Browse files
committed
Update change_stream_test.go
1 parent 84b6df6 commit 3c6383b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/verifier/change_stream_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package verifier
22

33
import (
44
"context"
5+
"fmt"
56
"testing"
67
"time"
78

@@ -218,8 +219,7 @@ func (suite *MultiSourceVersionTestSuite) TestWithChangeEventsBatching() {
218219
require.Eventually(
219220
suite.T(),
220221
func() bool {
221-
// There should be 2 recheck docs due to batching, one for each namespace.
222-
return len(suite.fetchVerifierRechecks(ctx, verifier)) == 2
222+
return len(suite.fetchVerifierRechecks(ctx, verifier)) == 3
223223
},
224224
time.Minute,
225225
500*time.Millisecond,

0 commit comments

Comments
 (0)