Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Dec 4, 2024
1 parent 00bfc19 commit 3609c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/streamsearch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ test('streamsearch', async t => {
t.plan(9)
const expected = [
[false, Buffer.from('t\0\0'), 0, 1],
[false, Buffer.from('shello'), 0, 7]
[false, Buffer.from('eshello'), 0, 7]
]
const needle = 'test'
const s = new Streamsearch(needle)
Expand Down

0 comments on commit 3609c45

Please sign in to comment.