Skip to content

Commit 27fe887

Browse files
committed
Fix test
1 parent 9897393 commit 27fe887

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
@@ -74,7 +74,7 @@ test("check that notQueued.jsonl file made it into WACZ datapackage.json", () =>
7474
).toBe(true);
7575

7676
const data = fs.readFileSync(
77-
"test-crawls/collections/wr-net/wacz/datapackage.json",
77+
"test-crawls/collections/wr-not-queued/wacz/datapackage.json",
7878
"utf8",
7979
);
8080

0 commit comments

Comments
 (0)