1 parent 69ac5fd commit e14e56dCopy full SHA for e14e56d
1 file changed
tests/acceptance/mimesis_tests.robot
@@ -3,6 +3,7 @@ Documentation Acceptance test suite for MimesisLibrary.
3
... Verifies that all keyword categories return non-empty,
4
... correctly typed values and that per-keyword locale override works.
5
Library MimesisLibrary locale=EN
6
+Library Collections
7
8
*** Variables ***
9
${EXPECTED_UUID_LEN} 36
@@ -203,7 +204,7 @@ Fake Sentence Ends With Period
203
204
Fake Hex Color Starts With Hash
205
[Documentation] Verify Fake Hex Color returns a '#RRGGBB' format string.
206
${color}= Fake Hex Color
- Should Start With ${color} #
207
+ Should Start With ${color} \#
208
Length Should Be ${color} 7
209
210
Fake Words Returns Correct Count
0 commit comments