Skip to content

Commit

Permalink
Fix tests, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Oct 16, 2023
1 parent 352fd8b commit 837c757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/spec/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ var runTests = function () {
QUnit.module('zim_direntry_search_and_read');
QUnit.test("check DirEntry.fromStringId 'A Fool for You'", function (assert) {
var done = assert.async();
var aFoolForYouDirEntry = zimDirEntry.DirEntry.fromStringId(localZimArchive._file, '5856|7|A|0|2|A_Fool_for_You.html|A Fool for You|false|undefined');
var aFoolForYouDirEntry = zimDirEntry.DirEntry.fromStringId(localZimArchive.file, '5856|7|A|0|2|A_Fool_for_You.html|A Fool for You|false|undefined');

assert.expect(2);
var callbackFunction = function (dirEntry, htmlArticle) {
Expand Down

0 comments on commit 837c757

Please sign in to comment.