mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update scalafmt to 3.0.8
This commit is contained in:
@ -59,7 +59,7 @@ class JsonMiniQueryTest extends FunSuite with Fixtures {
|
||||
assertEquals(r(sampleEvent), Vector.empty)
|
||||
}
|
||||
|
||||
//content.[added,removed].(category=expense & name=grocery)
|
||||
// content.[added,removed].(category=expense & name=grocery)
|
||||
test("combine fields and filter") {
|
||||
val andOk = JQ.at("content").at("added", "removed") >>
|
||||
(JQ.at("name").is("grocery") && JQ.at("category").is("expense"))
|
||||
|
Reference in New Issue
Block a user