Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanzalu committed Sep 5, 2023
1 parent 741db7f commit 3f7e43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/es_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class IndexedDocument {
this.type = 'Document'
this.language = 'ENGLISH'
this.title = path
this.titleNorm = path.normalize("NFD").toLowerCase()
this.titleNorm = path.normalize('NFD').toLowerCase()
this.metadata = {
tika_metadata_resourcename: path,
tika_metadata_another_metadata: null,
Expand Down

0 comments on commit 3f7e43a

Please sign in to comment.