Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kutluhanmetin committed Nov 2, 2023
1 parent 7689c2a commit 249dd3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/commands/migration/cancel_it_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ func cancelTest(t *testing.T) {
})
setStatusCancelling(mID, tcx, ctx)
wg.Wait()
statusMap := MustValue(tcx.Client.GetMap(ctx, migration.StatusMapName))
MustValue(statusMap.Remove(ctx, mID))
tcx.AssertStdoutContains(`Migration canceled successfully.`)
})
}
Expand Down

0 comments on commit 249dd3d

Please sign in to comment.