refactor(database): rename test class

This commit is contained in:
Harsh Shandilya 2023-01-11 02:39:11 +05:30
parent d1fcebdf4c
commit 403f7d47b1
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ import io.kotest.matchers.collections.shouldBeEmpty
import io.kotest.matchers.collections.shouldHaveSize
import io.kotest.matchers.shouldBe
class SqlDelightQueriesTest : FunSpec() {
class SavedPostQueriesTest : FunSpec() {
private lateinit var postQueries: SavedPostQueries