We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expect_setequal
expected
actual
The error message from expect_setequal seems to mix up expected and actual, as illustrated by this example:
expect_setequal(character(), c("A", "B", "C"))
Error: character() (actual) and c("A", "B", "C") (expected) don't have the same values. * Only in actual: "A", "B", "C"
It should read
Only in expected: "A", "B", "C".
I am using {testthat} version 3.2.1.1.
{testthat}
The text was updated successfully, but these errors were encountered:
This is a duplicate of #1912, which has been fixed last month.
Sorry, something went wrong.
No branches or pull requests
The error message from
expect_setequal
seems to mix upexpected
andactual
, as illustrated by this example:It should read
I am using
{testthat}
version 3.2.1.1.The text was updated successfully, but these errors were encountered: