Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Krystalli <[email protected]>
  • Loading branch information
zkamvar and annakrystalli authored Dec 18, 2024
1 parent bf49461 commit cf93413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-check_tbl_spl_compound_tid.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
})

Expand Down

0 comments on commit cf93413

Please sign in to comment.