Skip to content

Commit

Permalink
fix: use assertion_type
Browse files Browse the repository at this point in the history
  • Loading branch information
WetRobot committed Nov 16, 2023
1 parent 296c25b commit 8591ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ qcs_read_results <- function(
# assertions -----------------------------------------------------------------
encrqcs::assert_is_qcs_dataset_name(dataset_name,
assertion_type = assertion_type)
dbc::assert_dir_exists(qcs_dir_path)
dbc::assert_dir_exists(qcs_dir_path, assertion_type = assertion_type)
# @codedoc_comment_block details(encrqcs::qcs_read_results)
# `[encrqcs::qcs_read_results]` performs the following steps:
#
Expand Down

0 comments on commit 8591ece

Please sign in to comment.