From cf93413896a13c82e37cf23c835483ee39471138 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Wed, 18 Dec 2024 08:41:27 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Anna Krystalli --- tests/testthat/test-check_tbl_spl_compound_tid.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") ) })