Append newline to the "deleted context ... " and "deleted cluster ..." message

This commit is contained in:
Ray Tsang
2016-11-01 12:10:19 +00:00
parent 44b684ad53
commit 846cd2d66a
4 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ func TestDeleteCluster(t *testing.T) {
config: conf,
clusterToDelete: "minikube",
expectedClusters: []string{"otherkube"},
expectedOut: "deleted cluster minikube from %s",
expectedOut: "deleted cluster minikube from %s\n",
}
test.run(t)