Skip to content

Commit ae0f36f

Browse files
committed
fixed test
1 parent 88e1339 commit ae0f36f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/acceptance/mimesis_tests.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ Fake Word Returns Non-Empty String
196196
${word}= Fake Word
197197
Should Not Be Empty ${word}
198198

199-
Fake Sentence Ends With Period
200-
[Documentation] Verify Fake Sentence ends with a period.
199+
Fake Sentence Ends With Punctuation
200+
[Documentation] Verify Fake Sentence ends with valid punctuation (. ! ? " ').
201201
${sentence}= Fake Sentence
202-
Should End With ${sentence} .
202+
Should Match Regexp ${sentence} [.!?"']$
203203

204204
Fake Hex Color Starts With Hash
205205
[Documentation] Verify Fake Hex Color returns a '#RRGGBB' format string.

0 commit comments

Comments
 (0)