refactor(database): rename test class
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user