Skip to content

Commit

Permalink
test: try to fix ci test problem
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Jan 30, 2025
1 parent 237742b commit 11d09b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class LuceneSearchSpec extends PersonSpecification {
}

"between filter for date value" in {
val luceneQuery = LuceneQueryConverter.parse("[2014-04-20T00:00:00Z TO 2014-04-22T23:59:59Z]", "registered")
val luceneQuery = LuceneQueryConverter.parse("[2014-04-19T22:00:00Z TO 2014-04-22T23:59:59Z]", "registered")
val luceneDocument = LuceneQueryConverter.toDocument(luceneQuery)
luceneDocument.toString must beEqualTo("Iterable((registered,{\"$lte\": {\"$date\": \"2014-04-22T21:59:59Z\"}, \"$gte\": {\"$date\": \"2014-04-19T22:00:00Z\"}}))")
val search = PersonDAO.find(luceneDocument, sortByBalance).resultList()
Expand Down

0 comments on commit 11d09b5

Please sign in to comment.