Skip to content

Commit

Permalink
internal: adds alternatives condition test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant-hem committed Aug 14, 2019
1 parent c977cbb commit 54e25f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ class RulesIntegrationTest extends AlgoliaTest {
validity = Some(Seq(TimeRange(from, until))),
condition = Condition(
pattern = "a",
anchoring = "is"
anchoring = "is",
alternatives = Some(Alternatives.`true`)
),
consequence = Consequence(
params = Some(Map("query" -> "1")),
Expand Down

0 comments on commit 54e25f2

Please sign in to comment.