Skip to content

Commit

Permalink
Add assertion on error
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Oct 13, 2023
1 parent 4a34950 commit 7346a5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ func TestCoordinator_UpgradeDetails(t *testing.T) {
cfgMgr.Config(ctx, cfg)

err = coord.Upgrade(ctx, "9.0.0", "", nil, true, false)
require.NoError(t, err)
cancel()

err = <-coordCh
Expand Down

0 comments on commit 7346a5e

Please sign in to comment.