mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
spelling: unexpected
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user