We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9897393 commit 27fe887Copy full SHA for 27fe887
tests/pages_not_queued.test.js
@@ -74,7 +74,7 @@ test("check that notQueued.jsonl file made it into WACZ datapackage.json", () =>
74
).toBe(true);
75
76
const data = fs.readFileSync(
77
- "test-crawls/collections/wr-net/wacz/datapackage.json",
+ "test-crawls/collections/wr-not-queued/wacz/datapackage.json",
78
"utf8",
79
);
80
0 commit comments