Skip to content

Commit

Permalink
update integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Aug 17, 2023
1 parent 293e362 commit e3e9ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestSearch(t *testing.T) {
args []string
bytesToWrite []byte
}{
{"search test", []string{"search", "Eloquent JavaScript"}, []byte{14, 14, 10}},
{"search test", []string{"search", "Eloquent JavaScript", "-l", "faster"}, []byte{14, 14, 10}},
}

for _, tt := range tests {
Expand Down

0 comments on commit e3e9ea3

Please sign in to comment.