Skip to content

Commit 422d799

Browse files
committed
Fix test
1 parent 6b8c919 commit 422d799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ test('WACZ constructor accounts for options.datapackageExtras if provided.', asy
189189

190190
test('WACZ constructor accounts for options.logDirectory if valid.', async (_t) => {
191191
const archive = new WACZ({ input: FIXTURE_INPUT, logDirectory: LOG_DIR_FIXTURES_PATH })
192-
assert.equal(archive.logDirectory, LOG_DIR_FIXTURES_PATH)
192+
assert.equal(archive.logDir, LOG_DIR_FIXTURES_PATH)
193193
})
194194

195195
test('addPage adds entry to pagesTree and turns detectPages off.', async (_t) => {

0 commit comments

Comments
 (0)