Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Margarit Hakobyan <margarit.hakobyan@improving.com>
  • Loading branch information
margarit-h committed Dec 19, 2022
1 parent 5622094 commit 3cde7ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ public enum Index {
WILDCARD(TestsConstants.TEST_INDEX_WILDCARD,
"wildcard",
getMappingFile("wildcard_index_mappings.json"),
"src/test/resources/wildcard.json"),;
"src/test/resources/wildcard.json"),;

private final String name;
private final String type;
Expand Down

0 comments on commit 3cde7ce

Please sign in to comment.