Skip to content

Commit 9398a7e

Browse files
committed
fixed failing unit test
1 parent 926a89d commit 9398a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Nest.Tests.Integration/Search/SubClassSupport/SubClassSupportTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public void MultipleTypesUsingBaseClassMultiSearch()
115115
.MatchAll()
116116
)
117117
.Search<MyBaseClass>("using_selector", s => s.AllIndices()
118+
.Types("classas","classbs")
118119
.ConcreteTypeSelector((o, h) => o.classBProperty != null ? typeof(ClassB) : typeof(ClassA))
119120
.From(0)
120121
.Size(100)

0 commit comments

Comments
 (0)