Commit 00ecc12
committed
Fix testthat deprecation warning
Replace expect_equivalent() with expect_equal(ignore_attr = TRUE)
to eliminate warning that causes CI failure with error-on: warning.
This aligns with testthat edition 3 best practices.1 parent 9a0a658 commit 00ecc12
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments