Unverified Commit 1154ccce authored by Michael Schurter's avatar Michael Schurter Committed by Preetha Appan
Browse files

typo: transistion -> transition

parent 686cff26
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -417,7 +417,7 @@ func TestWatcher_PromoteDeployment_HealthyCanaries(t *testing.T) {
matcher := matchDeploymentPromoteRequest(matchConfig)
m.On("UpdateDeploymentPromotion", mocker.MatchedBy(matcher)).Return(nil)
// We may get an update for the desired transistion.
// We may get an update for the desired transition.
m1 := matchUpdateAllocDesiredTransitions([]string{d.ID})
m.On("UpdateAllocDesiredTransition", mocker.MatchedBy(m1)).Return(nil).Once()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment