Skip to content

Commit

Permalink
typo: transistion -> transition
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael authored and Preetha Appan committed May 7, 2018
1 parent 686cff2 commit 1154ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/deploymentwatcher/deployments_watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 1154ccc

Please sign in to comment.