Skip to content

Commit

Permalink
Remove external chapters from pages test
Browse files Browse the repository at this point in the history
  • Loading branch information
md-y committed Aug 31, 2021
1 parent 33062e1 commit 4757106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/chapter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Chapter', function () {
});
validateResultsArray(results);
assert.strictEqual(results.length, 1);
targetId = results[0].id;
if (!results[0].isExternal) targetId = results[0].id;
});
});
describe('get()', function () {
Expand Down

0 comments on commit 4757106

Please sign in to comment.