Skip to content

Commit 6a98dde

Browse files
committed
Fix test
1 parent 35d5cb4 commit 6a98dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pages_not_queued.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test("ensure notQueued.jsonl was written as expected", () => {
2626
"utf8",
2727
);
2828

29-
const pageCount = 0
29+
let pageCount = 0
3030

3131
for (const line of notQueued.trim().split("\n")) {
3232
const data = JSON.parse(line);

0 commit comments

Comments
 (0)