Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kutluhanmetin committed Nov 13, 2023
1 parent 08590d6 commit 7fc9f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/commands/migration/status_stages_it_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func statusTest(t *testing.T) {
defer wg.Done()
Must(tcx.CLC().Execute(ctx, "status", "-o", outDir))
}()
tcx.AssertStdoutContains("Found migration in progress")
tcx.AssertStdoutContains("Found migration/estimation in progress")
setStatusCompleted(mID, tcx, ctx)
wg.Wait()
tcx.WithReset(func() {
Expand Down

0 comments on commit 7fc9f6c

Please sign in to comment.