Skip to content

Commit e3e9ea3

Browse files
committed
update integ test
1 parent 293e362 commit e3e9ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func TestSearch(t *testing.T) {
9494
args []string
9595
bytesToWrite []byte
9696
}{
97-
{"search test", []string{"search", "Eloquent JavaScript"}, []byte{14, 14, 10}},
97+
{"search test", []string{"search", "Eloquent JavaScript", "-l", "faster"}, []byte{14, 14, 10}},
9898
}
9999

100100
for _, tt := range tests {

0 commit comments

Comments
 (0)