Skip to content

Commit

Permalink
one more test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makalaaneesh committed Mar 5, 2025
1 parent 2d493d7 commit 42ab4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yb-voyager/cmd/importDataFileTaskImporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestImportAllBatchesAndResume(t *testing.T) {
// simulate restart
progressReporter = NewImportDataProgressReporter(true)
workerPool = pool.New().WithMaxGoroutines(2)
taskImporter, err = NewFileTaskImporter(task, state, workerPool, progressReporter)
taskImporter, err = NewFileTaskImporter(task, state, workerPool, progressReporter, nil, false)
testutils.FatalIfError(t, err)

assert.Equal(t, true, taskImporter.AllBatchesSubmitted())
Expand Down

0 comments on commit 42ab4df

Please sign in to comment.