We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337b5f1 commit 8403274Copy full SHA for 8403274
Postgrest/src/commonTest/kotlin/ColumnRegistryTest.kt
@@ -7,8 +7,8 @@ class ColumnRegistryTest {
7
@Test
8
fun testColumnRegistry() {
9
val registry = MapColumnRegistry()
10
- registry.registerColumns("Test", "column1, column2")
11
- assertEquals("column1, column2", registry.getColumns(Test::class))
+ registry.registerColumns("TestType", "column1, column2")
+ assertEquals("column1, column2", registry.getColumns(TestType::class))
12
}
13
14
0 commit comments