Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Dec 18, 2024
1 parent 90eb057 commit b7eef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-marginaleffects.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ withr::with_environment(
)

expect_true(all(c("term", "contrast") %in% colnames(results)))
expect_equal(results[setdiff(colnames(results), c("term", "contrast"))],
expect_equal(results[setdiff(colnames(results), c("term", "contrast", "am"))],
results_draws[setdiff(colnames(results_draws), "Parameter")],
ignore_attr = TRUE
)
Expand Down

0 comments on commit b7eef6a

Please sign in to comment.