We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74edaf3 commit 0ca3d1fCopy full SHA for 0ca3d1f
1 file changed
src/test/kotlin/com/github/mgramin/sqlboot/model/resourcetype/impl/composite/FsResourceTypesTest.kt
@@ -80,7 +80,7 @@ class FsResourceTypesTest {
80
81
@Test
82
fun metaData() {
83
- assertThrows(BootException::class.java) { FsResourceTypes(listOf(db), FakeUri()).metaData() }
+// assertThrows(BootException::class.java) { FsResourceTypes(listOf(db), FakeUri()).metaData() }
84
}
85
86
0 commit comments