Skip to content

Commit

Permalink
Minor Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Pandey committed May 17, 2019
1 parent 2baddac commit 558444d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/minikube/cmd/config/unset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ func TestUnsetConfig(t *testing.T) {
propValue := "true"
err := Set(propName, propValue)
if err != nil {
t.Errorf("Failed to set the propert %q", propName)
t.Errorf("Failed to set the property %q", propName)
}
err = unset(propName)
if err != nil {
t.Errorf("Failed to unset property ")
t.Errorf("Failed to unset property")
}
}

0 comments on commit 558444d

Please sign in to comment.