expect_equal_to_reference default behavior changed #683
Comments
Doh. A PR would be great, although it's already been submitted to CRAN |
Oh well, will submit PR later this week then. Still have to get my update to |
closed by #687 |
This bug seems to have reappeared somewhere along the line. I'm using 2.0.1, just reinstalled from CRAN. function (..., update = FALSE)
{
expect_known_value(..., update = TRUE)
}
<bytecode: 0x10d0ebd70>
<environment: namespace:testthat> I'm switching to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the transition to
expect_known
, I think there was a regression introduced with respect toexpect_equal_to_reference
:Should be:
Happy to submit a PR if you want, but it may be easier for you guys to fix. Let me know. For reference, the NEWS entry suggests the change is not intentional:
The text was updated successfully, but these errors were encountered: