Skip to content

Commit db95744

Browse files
committed
Fix test
1 parent f805cce commit db95744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/search/bytes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func TestMask(t *testing.T) {
137137
},
138138
} {
139139
tt := tt
140-
t.Run(fmt.Sprintf(tt.name), func(t *testing.T) {
140+
t.Run(tt.name, func(t *testing.T) {
141141
index := findInChunk(tt.needle, tt.haystack)
142142
require.Equal(t, tt.index, index)
143143
if index != -1 {

0 commit comments

Comments
 (0)