status-im / nim-toml-serialization

Flexible TOML serialization [not] relying on run-time type information.
Apache License 2.0
36 stars 7 forks source link

fix `CaseObject` test #73

Closed etan-status closed 1 year ago

etan-status commented 1 year ago

Case objects need to be decoded manually to avoid CaseTransition. Also happens to fix the test for Banana case.