Skip to content

Commit

Permalink
Remove clinsight:::function() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
jthompson-arcus committed Jul 12, 2024
1 parent 3a2e30b commit c119c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-mod_review_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe(
shinyjs::useShinyjs(),
bslib::page(
bslib::card(
clinsight:::mod_review_config_ui("test")
mod_review_config_ui("test")
)
)
)
Expand All @@ -133,7 +133,7 @@ describe(
filtered_subjects = vars$subject_id
)

clinsight:::mod_review_config_server(
mod_review_config_server(
"test", r, app_data = appdata,
app_tables = apptables, sites = vars$Sites, subject_ids = vars$subject_id
)
Expand Down

0 comments on commit c119c57

Please sign in to comment.