Skip to content

Commit 251bd71

Browse files
committed
Fix language analyzer test bug
1 parent 1916fd1 commit 251bd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Nest.Tests.Unit/Core/Indices/Analysis/Analyzers/LanguageAnalyzerTest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"analyzer": {
66
"arabic": {
77
"stopwords": ["foo"],
8-
"stem_exclusion ": ["bar"],
8+
"stem_exclusion": ["bar"],
99
"stopwords_path": "/path/to/stopwords",
1010
"type": "arabic"
1111
}

0 commit comments

Comments
 (0)