sabinadams/aurora

Missing one-letter enum values

Closed this issue · 1 comments

Describe the bug
Missing one-letter enum values after running aurora.

To Reproduce
Steps to reproduce the behavior:

  1. With the following enum:
    image

  2. Running aurora will result in:
    image

Expected behavior
Enum should contain both values

Thanks for catching this, I'll take a look!