We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86d5c9 commit cc68757Copy full SHA for cc68757
src/Nest.Tests.Integration/Integration/HighlightTests.cs
@@ -43,6 +43,11 @@ public void TestHighlight()
43
Assert.NotNull(highlights);
44
Assert.NotNull(highlights["content"]);
45
Assert.Greater(highlights["content"].Highlights.Count(), 0);
46
+
47
+ highlights = result.DocumentsWithMetaData.First().Highlight;
48
+ Assert.NotNull(highlights);
49
+ Assert.NotNull(highlights["content"]);
50
+ Assert.Greater(highlights["content"].Highlights.Count(), 0);
51
}
52
53
[Test]
0 commit comments