Skip to content

Commit

Permalink
add cat for information to lgos
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed May 16, 2024
1 parent a0a2cd7 commit 874e060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_misssing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test_that("e2e - tm_missing_data: Default settings and visibility of the summary
app_driver$get_active_module_input("iris-summary_type"),
"Summary"
)

cat("iris-variables_select:", app_driver$get_active_module_input("iris-variables_select"), "\n")
testthat::expect_setequal(
app_driver$get_active_module_input("iris-variables_select"),
c("Petal.Length", "Sepal.Length", "Petal.Width", "Species", "Sepal.Width")
Expand Down

0 comments on commit 874e060

Please sign in to comment.