mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-03 18:00:11 +00:00 
			
		
		
		
	Remove print statement
This commit is contained in:
		@@ -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"))
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user