From 4f7972df90e3db06176cbbe7061f8f77dd9e1395 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 31 Dec 2025 13:37:02 -0500 Subject: [PATCH] Removes logs --- .../nip01Core/store/sqlite/QueryAssemblerTest.kt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/quartz/src/androidInstrumentedTest/kotlin/com/vitorpamplona/quartz/nip01Core/store/sqlite/QueryAssemblerTest.kt b/quartz/src/androidInstrumentedTest/kotlin/com/vitorpamplona/quartz/nip01Core/store/sqlite/QueryAssemblerTest.kt index 58f97af0c..46c836c0d 100644 --- a/quartz/src/androidInstrumentedTest/kotlin/com/vitorpamplona/quartz/nip01Core/store/sqlite/QueryAssemblerTest.kt +++ b/quartz/src/androidInstrumentedTest/kotlin/com/vitorpamplona/quartz/nip01Core/store/sqlite/QueryAssemblerTest.kt @@ -25,6 +25,7 @@ import androidx.test.core.app.ApplicationProvider import com.vitorpamplona.quartz.nip01Core.relay.filters.Filter import com.vitorpamplona.quartz.nip02FollowList.ContactListEvent import junit.framework.TestCase +import junit.framework.TestCase.assertEquals import org.junit.After import org.junit.Assert import org.junit.Before @@ -337,9 +338,6 @@ class QueryAssemblerTest { ), ), ) - - println(sql) - TestCase.assertEquals( """ SELECT id, pubkey, created_at, kind, tags, content, sig FROM event_headers @@ -512,7 +510,6 @@ class QueryAssemblerTest { @Test fun testAllTag() { val sql = explain(Filter(tagsAll = mapOf("p" to listOf(key1, key2)))) - println(sql) TestCase.assertEquals( """ SELECT id, pubkey, created_at, kind, tags, content, sig FROM event_headers @@ -547,10 +544,7 @@ class QueryAssemblerTest { limit = 500, ), ) - - println(sql) - - TestCase.assertEquals( + assertEquals( """ SELECT id, pubkey, created_at, kind, tags, content, sig FROM event_headers INNER JOIN (