Skip to content

Commit 994851f

Browse files
committed
Fixed atest
1 parent 962ec47 commit 994851f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/tests_types.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Keyword Annonations And Robot Types Defined
5555
Keyword Annonations And Keyword Only Arguments
5656
[Tags] py3
5757
${return} = DynamicTypesAnnotationsLibrary.Keyword Only Arguments 1 ${1} some=222
58-
Should Match ${return} ('1', 1): <class 'tuple'>, 222: <class 'int'>
58+
Should Match Regexp ${return} \\('1', 1\\): <class 'tuple'>, 222: <class '(int|str)'>
5959

6060
*** Keywords ***
6161
Import DynamicTypesAnnotationsLibrary In Python 3 Only

0 commit comments

Comments
 (0)