Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancox committed Oct 8, 2018
1 parent e6558fb commit e5ea1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resmap/resmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func TestDeepCopy(t *testing.T) {
rm2 := rm1.DeepCopy()

if &rm1 == &rm2 {
t.Fatalf("DeepCopy returned a reference to itself instead of a copy")
t.Fatal("DeepCopy returned a reference to itself instead of a copy")
}

if !reflect.DeepEqual(rm1, rm2) {
Expand Down

0 comments on commit e5ea1b0

Please sign in to comment.