Skip to content

Commit

Permalink
feat: sort the dev and runtime packages in bsf.hcl
Browse files Browse the repository at this point in the history
Signed-off-by: hanshal101 <[email protected]>
  • Loading branch information
hanshal101 authored and dr-housemd committed Nov 19, 2024
1 parent 1db6eaa commit 40a220b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/strings/set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestPreferNewSliceElements(t *testing.T) {
name: "Test 3",
existing: []string{"a", "b", "c"},
new: []string{"a", "b", "d"},
want: []string{"c", "a", "b", "d"},
want: []string{"a", "b", "c", "d"},
},
}

Expand Down

0 comments on commit 40a220b

Please sign in to comment.