Skip to content

Commit

Permalink
fixed: replace expected hit in one search integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
aseure committed Feb 14, 2019
1 parent ad6628b commit 651a3c7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ class SearchIntegrationTest extends AlgoliaTest {
"name" -> HighlightResult("<em>a</em>lgolia",
"full",
Seq("a"),
fullyHighlighted = Some(false)))),
fullyHighlighted = Some(false)),
"age" -> HighlightResult("10", "none", Seq.empty, fullyHighlighted = None)
)),
None,
None,
None
Expand Down

0 comments on commit 651a3c7

Please sign in to comment.