Skip to content

Commit

Permalink
Merge branch '712-tm_data_table@main' of https://github.com/insightse…
Browse files Browse the repository at this point in the history
…ngineering/teal.modules.general into 712-tm_data_table@main
  • Loading branch information
kartikeyakirar committed Apr 16, 2024
2 parents e7c4228 + 85674b1 commit 138e591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_data_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test_that("e2e: tm_data_table variable selection", {
)

# new variable selection
app_driver$set_module_input("iris-variables", c("Petal.Width", "Species"))
app_driver$set_active_module_input("iris-variables", c("Petal.Width", "Species"))
app_driver$expect_no_validation_error()
testthat::expect_equal(
app_driver$get_active_module_input("iris-variables"),
Expand Down

0 comments on commit 138e591

Please sign in to comment.