spelling: unexpected

This commit is contained in:
Josh Soref
2018-03-11 19:08:07 +00:00
parent 5c2988e2bd
commit 2bf249b9be
2 changed files with 2 additions and 2 deletions

View File

@@ -414,7 +414,7 @@ func TestCreatedResources_CopyRemove(t *testing.T) {
}
if expected := []string{"v2", "v3"}; !reflect.DeepEqual(expected, res2.Resources["k1"]) {
t.Fatalf("unpexpected list for k1: %#v", res2.Resources["k1"])
t.Fatalf("unexpected list for k1: %#v", res2.Resources["k1"])
}
// Assert removing the only value from a key removes the key