diff --git a/tests/testthat/test-check_tbl_spl_compound_tid.R b/tests/testthat/test-check_tbl_spl_compound_tid.R index bc7b587c..1d1355e3 100644 --- a/tests/testthat/test-check_tbl_spl_compound_tid.R +++ b/tests/testthat/test-check_tbl_spl_compound_tid.R @@ -32,8 +32,8 @@ test_that("check_tbl_spl_compound_tid works", { c("check_success") ) expect_s3_class( - check_tbl_spl_compound_tid(tbl_error, round_id, file_path, hub_path), - c("check_error") + check_tbl_spl_n(tbl_error, round_id, file_path, hub_path), + c("check_success") ) })