Fix typo in test failure message

This commit is contained in:
Jeroen Engels 2022-06-22 22:30:29 +02:00
parent e290a15b3a
commit ab41f236bd
2 changed files with 3 additions and 3 deletions

View File

@ -378,7 +378,7 @@ and expecting to see it under:
""" ++ formatSourceCode under ++ """
I found """ ++ String.fromInt (List.length occurrencesInSourceCode) ++ """ locations where that code appeared. Please use
`Review.Test.atExactly` to make the part you were targetting unambiguous.
`Review.Test.atExactly` to make the part you were targeting unambiguous.
Tip: I found them at:
""" ++ listOccurrencesAsLocations sourceCode under occurrencesInSourceCode)

View File

@ -784,7 +784,7 @@ and expecting to see it under:
`abcd`
I found 2 locations where that code appeared. Please use
`Review.Test.atExactly` to make the part you were targetting unambiguous.
`Review.Test.atExactly` to make the part you were targeting unambiguous.
Tip: I found them at:
- { start = { row = 2, column = 1 }, end = { row = 2, column = 5 } }
@ -831,7 +831,7 @@ and expecting to see it under:
```
I found 3 locations where that code appeared. Please use
`Review.Test.atExactly` to make the part you were targetting unambiguous.
`Review.Test.atExactly` to make the part you were targeting unambiguous.
Tip: I found them at:
- { start = { row = 2, column = 1 }, end = { row = 3, column = 4 } }