jfmengels / elm-review

Analyzes Elm projects, to help find mistakes before your users find them.
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
Other
252 stars 13 forks source link

Fix flipped error message #130

Closed SiriusStarr closed 2 years ago

SiriusStarr commented 2 years ago

Error messages for unexpectedGlobalErrorDetails and unexpectedConfigurationErrorDetails had their expected and actual details flipped, which made it quite confusing to figure out why tests were failing. :laughing:

jfmengels commented 2 years ago

Oops, yeah, I changed this recently, my bad :face_with_head_bandage:

Thank you! I'll release this right away.