Skip to content

Commit

Permalink
Set language null in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Jul 13, 2024
1 parent f8c5ca8 commit e105379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/document-util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ describe('Document utility tests', () => {
const source = textSourceGenerator.getRangeFromPoint(0, 0, {
deepContentScan: false,
normalizeCssZoom: true,
language: 'ja',
language: null,
});
switch (resultType) {
case 'TextSourceRange':
Expand Down

0 comments on commit e105379

Please sign in to comment.