Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Sep 13, 2023
1 parent b269a1f commit 634f088
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ class AggregateStageGeneratorTest {
"@and": [
{ "annotation.target.source": "$source"},
{ "annotation.target.selector.type": "$selector"},
{ "annotation.target.selector.start": { "@lt": ${end.toFloat()} } },
{ "annotation.target.selector.end": { "@gt": ${start.toFloat()} } }
{ "annotation.target.selector.start": { "@lte": ${end.toFloat()} } },
{ "annotation.target.selector.end": { "@gte": ${start.toFloat()} } }
]
}
}""".trimIndent().replace('@', '$')
Expand Down

0 comments on commit 634f088

Please sign in to comment.