mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-25 02:34:36 +03:00
Simplify the language used in Test error messages
This commit is contained in:
parent
996c3039d6
commit
685e7dd6e1
@ -51,8 +51,7 @@ parsingFailure : String
|
||||
parsingFailure =
|
||||
"""TEST SOURCE CODE PARSING ERROR
|
||||
|
||||
I could not parse the test source code, because it was not
|
||||
syntactically valid Elm code.
|
||||
I could not parse the test source code, because it was not valid Elm code.
|
||||
|
||||
Hint: Maybe you forgot to add the module definition at the top, like:
|
||||
|
||||
|
@ -45,8 +45,7 @@ parsingFailureTest =
|
||||
|> expectMessageEqual """
|
||||
TEST SOURCE CODE PARSING ERROR
|
||||
|
||||
I could not parse the test source code, because it was not
|
||||
syntactically valid Elm code.
|
||||
I could not parse the test source code, because it was not valid Elm code.
|
||||
|
||||
Hint: Maybe you forgot to add the module definition at the top, like:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user