Skip to content

Commit

Permalink
Update test_map.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ElianHugh committed Dec 28, 2023
1 parent ac37833 commit 2a6462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test_that("map_qto works", {
.f = function(x) x,
.collapse = " "
)
expect_length(qto_list, 3L)
expect_length(qto_list, 2L)
expect_true(check_types(qto_list))
expect_snapshot(qto_list)
})
Expand Down

0 comments on commit 2a6462a

Please sign in to comment.