Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Jun 23, 2018
1 parent 63397c7 commit 0f268f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operations/kubernetesupgrade/upgradecluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var _ = Describe("Upgrade Kubernetes cluster tests", func() {
os.RemoveAll("./translations")
})

It("Should return error message when failing to detete VMs during upgrade operation", func() {
It("Should return error message when failing to delete VMs during upgrade operation", func() {
cs := acsengine.CreateMockContainerService("testcluster", "1.6.9", 1, 1)

cs.Properties.OrchestratorProfile.OrchestratorVersion = "1.7.14"
Expand Down

0 comments on commit 0f268f3

Please sign in to comment.