Skip to content

Commit e14e56d

Browse files
committed
fixed errors
1 parent 69ac5fd commit e14e56d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/acceptance/mimesis_tests.robot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Documentation Acceptance test suite for MimesisLibrary.
33
... Verifies that all keyword categories return non-empty,
44
... correctly typed values and that per-keyword locale override works.
55
Library MimesisLibrary locale=EN
6+
Library Collections
67

78
*** Variables ***
89
${EXPECTED_UUID_LEN} 36
@@ -203,7 +204,7 @@ Fake Sentence Ends With Period
203204
Fake Hex Color Starts With Hash
204205
[Documentation] Verify Fake Hex Color returns a '#RRGGBB' format string.
205206
${color}= Fake Hex Color
206-
Should Start With ${color} #
207+
Should Start With ${color} \#
207208
Length Should Be ${color} 7
208209

209210
Fake Words Returns Correct Count

0 commit comments

Comments
 (0)