Commit 0b1173d7ca21c50fa75a1f1ebf170853fc8319d8

Authored by kosaniak
1 parent cb3ce62c

Increase accuracy

@@ -451,7 +451,7 @@ Log differences between dicts @@ -451,7 +451,7 @@ Log differences between dicts
451 ... The keyword will fail if the difference between 451 ... The keyword will fail if the difference between
452 ... ``left`` and ``right`` dates is more than ``accuracy``, 452 ... ``left`` and ``right`` dates is more than ``accuracy``,
453 ... otherwise it will pass. 453 ... otherwise it will pass.
454 - [Arguments] ${left} ${right} ${accuracy}=60 ${absolute_delta}=${False} 454 + [Arguments] ${left} ${right} ${accuracy}=90 ${absolute_delta}=${False}
455 Log ${left} 455 Log ${left}
456 Log ${right} 456 Log ${right}
457 Should Not Be Equal ${left} ${None} 457 Should Not Be Equal ${left} ${None}
Please register or login to post a comment