Skip to content

Commit

Permalink
fix compatibilty with older robot framework versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rlehfeld committed Apr 24, 2024
1 parent 4e7cf22 commit cde79e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.robot
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Test Region Array

Test Dictionary
&{dict} RPyCTest.Get Dictionary
VAR &{expected} first=${1} second=${2}
${expected} Create Dictionary first=${1} second=${2}
Collections.Dictionaries Should Be Equal ${dict} ${expected}

Test Exception
Expand Down

0 comments on commit cde79e1

Please sign in to comment.