We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89513a commit 3bfeff0Copy full SHA for 3bfeff0
1 file changed
jacodb-ets/src/test/kotlin/org/jacodb/ets/test/EtsImportTest.kt
@@ -73,7 +73,7 @@ class EtsImportTest {
73
it.name == "React" && it.from == "react"
74
}
75
assertNotNull(reactImport, "Should find React default import")
76
- assertTrue(reactImport.isDefault, "React import should be marked as default")
+ assertTrue(reactImport.isDefaultImport, "React import should be marked as default")
77
assertNull(reactImport.nameBeforeAs, "React import is not aliased")
78
assertEquals("React", reactImport.name)
79
logger.info { "✓ Default import test passed: $reactImport" }
0 commit comments