You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: sample(c("actual", letters)) (`actual`) and sample(c("expected", letters)) (`expected`) don't have the same values.
* Only in `expected`: "actual"
* Only in `actual`: "expected"
When
expect_setequal
fails, the labels are reversed:Test case:
A more complex test case:
...gives the same result.
testthat 3.2.1.1 Windows binary R 4.2.2
The text was updated successfully, but these errors were encountered: