Skip to content

Commit

Permalink
suppress messages in test
Browse files Browse the repository at this point in the history
  • Loading branch information
equitable-equations committed Oct 6, 2024
1 parent 17afe4f commit a370fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-transect_list_glance.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("transect_list_glance works", {
test_list <- suppressMessages(download_transect_list(63, id %in% test_vec))

if (length(test_list) != 0) {
test_df <- transect_list_glance(test_list)
test_df <- suppressMessages(transect_list_glance(test_list))

expect_equal(ncol(test_df), 54)
expect_equal(typeof(test_df$total_mean_c), "double")
Expand Down

0 comments on commit a370fbe

Please sign in to comment.