gjaldon / ecto_enum

Ecto extension to support enums in models
MIT License
563 stars 131 forks source link

Make sure to drop the database after finishing test suite. #8

Closed mtwilliams closed 6 years ago

mtwilliams commented 8 years ago

Otherwise successive runs of mix test fail on line 18.

gjaldon commented 8 years ago

@mtwilliams I've tried running mix test multiple times and don't get any failures. What error are you getting?