Closed machakann closed 4 years ago
There were two expect({left}).to_be_less_than({right}) listed in the document. The latter one would be expect({left}).to_be_less_than_or_equal({right}) probably?
expect({left}).to_be_less_than({right})
expect({left}).to_be_less_than_or_equal({right})
Thank you!
There were two
expect({left}).to_be_less_than({right})
listed in the document. The latter one would beexpect({left}).to_be_less_than_or_equal({right})
probably?