Skip to content

Commit a5716a1

Browse files
committed
expect_equal(ignore_attr = TRUE) ignores attributes names
1 parent 30f5b11 commit a5716a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vignettes/third-edition.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Most of these functions have not been recommended for a number of years, but bef
8282
This was an overly clever API that I regretted even before the release of testthat 1.0.0.
8383

8484
- `expect_equivalent()` has been deprecated since it is now equivalent (HA HA) to `expect_equal(ignore_attr = TRUE)`.
85-
The main difference is that it won't ignore names; so you'll need an explicit `unname()` if you deliberately want to ignore names.
8685

8786
- `setup()` and `teardown()` are deprecated in favour of test fixtures.
8887
See `vignette("test-fixtures")` for details.

0 commit comments

Comments
 (0)