Closed codesplode closed 6 years ago
Fixes Item 1 from issue #12
The squash API requires names for entities, which makes sense, but some tests do not provide a name in the constructor, causing a runtime failure.
I have added names to the two tests that were failing as a result.
See: https://github.com/orangy/squash/blob/83c9b4f057d7ba9380688e9315f9a39244798b96/squash-core/src/org/jetbrains/squash/definition/Name.kt#L11
Fixed root cause instead, thanks!
Fixes Item 1 from issue #12
The squash API requires names for entities, which makes sense, but some tests do not provide a name in the constructor, causing a runtime failure.
I have added names to the two tests that were failing as a result.
See: https://github.com/orangy/squash/blob/83c9b4f057d7ba9380688e9315f9a39244798b96/squash-core/src/org/jetbrains/squash/definition/Name.kt#L11