Skip to content

Commit

Permalink
Fix sausage fingers
Browse files Browse the repository at this point in the history
Co-authored-by: kegsay <[email protected]>
  • Loading branch information
David Robertson and kegsay authored Oct 19, 2023
1 parent 904d16f commit 9230cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ func assertSlice(t *testing.T, got, want []string) {
sort.Slice(want, func(i, j int) bool { return want[i] < want[j] })

if !reflect.DeepEqual(got, want) {
t.Errorf("After sorting, got %v ubt expected %v", got, want)
t.Errorf("After sorting, got %v but expected %v", got, want)
}
}

0 comments on commit 9230cf9

Please sign in to comment.