Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Sep 11, 2023
1 parent 6e39256 commit cdfb455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-standardize-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ test_that("unstandardize: grouped data", {
unstand <- unstandardize(stand, select = "mpg")
expect_identical(
poorman::ungroup(unstand),
mtcars
mtcars,
ignore_attr = TRUE
)

expect_s3_class(unstand, "grouped_df")
Expand Down

0 comments on commit cdfb455

Please sign in to comment.