mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-28 17:55:06 +00:00
Remove print statement
This commit is contained in:
parent
c21b2cdd29
commit
114576f984
@ -156,6 +156,6 @@ class JsonMiniQueryTest extends FunSuite with Fixtures {
|
||||
val json4 = parseJson(
|
||||
"""[{"name":"max", "count":4}, {"name":"me", "count": 3}, {"name":"max", "count": 3}]"""
|
||||
)
|
||||
println(q4(json4))
|
||||
assertEquals(q4(json4), values("max", "max"))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user