Skip to content

Commit

Permalink
remove unnecessary test msg
Browse files Browse the repository at this point in the history
  • Loading branch information
takkyuuplayer committed Apr 9, 2024
1 parent 33a01cd commit 5bedea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestCage_RollOut(t *testing.T) {
}
assert.False(t, result.ServiceIntact)
assert.Equal(t, 1, mctx.ServiceSize())
assert.Equal(t, v, mctx.RunningTaskSize(), "%d =? %d", v, mctx.RunningTaskSize())
assert.Equal(t, v, mctx.RunningTaskSize())
}
}

Expand Down

0 comments on commit 5bedea0

Please sign in to comment.