orangy / squash

SQL access DSL for Kotlin
265 stars 16 forks source link

Add Entity Names for Tests where they are missing #13

Closed codesplode closed 6 years ago

codesplode commented 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

orangy commented 6 years ago

Fixed root cause instead, thanks!