Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller committed Mar 31, 2022
1 parent 93c20eb commit dd0fb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubectl-argo-rollouts/info/info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestCanaryRolloutInfoWeights(t *testing.T) {
})

t.Run("TestActualWeightWithoutExistingWeight", func(t *testing.T) {
t.Run("will test that actual weight is set to SetWeight when status field dose not exist", func(t *testing.T) {
t.Run("will test that actual weight is set to SetWeight when status field does not exist", func(t *testing.T) {
//This test has a no canary weight object in the status field so we fall back to using SetWeight value
roInfo := NewRolloutInfo(rolloutObjs.Rollouts[5], rolloutObjs.ReplicaSets, rolloutObjs.Pods, rolloutObjs.Experiments, rolloutObjs.AnalysisRuns, nil)
assert.Equal(t, roInfo.SetWeight, roInfo.ActualWeight)
Expand Down

0 comments on commit dd0fb32

Please sign in to comment.