We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db6eaa commit 40a220bCopy full SHA for 40a220b
pkg/strings/set_test.go
@@ -68,7 +68,7 @@ func TestPreferNewSliceElements(t *testing.T) {
68
name: "Test 3",
69
existing: []string{"a", "b", "c"},
70
new: []string{"a", "b", "d"},
71
- want: []string{"c", "a", "b", "d"},
+ want: []string{"a", "b", "c", "d"},
72
},
73
}
74
0 commit comments