Skip to content

Commit 40a220b

Browse files
hanshal101dr-housemd
authored andcommitted
feat: sort the dev and runtime packages in bsf.hcl
Signed-off-by: hanshal101 <122217807+hanshal101@users.noreply.github.com>
1 parent 1db6eaa commit 40a220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/strings/set_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestPreferNewSliceElements(t *testing.T) {
6868
name: "Test 3",
6969
existing: []string{"a", "b", "c"},
7070
new: []string{"a", "b", "d"},
71-
want: []string{"c", "a", "b", "d"},
71+
want: []string{"a", "b", "c", "d"},
7272
},
7373
}
7474

0 commit comments

Comments
 (0)