From 3f7e43ad69bef5b4b12386a1bdb58f6f77ca5b0a Mon Sep 17 00:00:00 2001 From: mvanzalu Date: Mon, 4 Sep 2023 14:51:04 +0000 Subject: [PATCH] chore: fix lint --- tests/unit/es_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/es_utils.js b/tests/unit/es_utils.js index 582c8c1a07..6e14191542 100644 --- a/tests/unit/es_utils.js +++ b/tests/unit/es_utils.js @@ -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,