Skip to content

Commit 61de303

Browse files
committed
fixed failing mapping example test
1 parent 2fd534b commit 61de303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest.Tests.Unit/Core/Map/FluentMappingFullExampleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public void MapFluentFull()
235235
.DistanceErrorPercentage(0.025)
236236
)
237237
.Completion(s=>s
238-
.Name(p=>p.Name)
238+
.Name(p=>p.Name.Suffix("completion"))
239239
.IndexAnalyzer("standard")
240240
.SearchAnalyzer("standard")
241241
.MaxInputLength(20)

0 commit comments

Comments
 (0)