mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
refactor(database): rename test class
This commit is contained in:
parent
d1fcebdf4c
commit
403f7d47b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue