djezzzl / database_consistency

The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
MIT License
1.05k stars 46 forks source link

Fix pending message in `EnumTypeChecker` specs #193

Closed toydestroyer closed 1 year ago

toydestroyer commented 1 year ago

No need to check for an adapter since we specified it in the metadata. Also, the message was incorrect.

djezzzl commented 1 year ago

Thank you! You rock, @toydestroyer!