Skip to content

Commit

Permalink
fix: remove unused expression
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Apr 25, 2024
1 parent 64e674b commit 90279f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-shinytest2-tm_g_forest_tte.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ test_that_plot_settings <- function(input_id, new_value) {
{
skip_if_too_deep(5)
app_driver <- app_driver_tm_g_forest_tte()
setup_fun(app_driver)
plot_before <- app_driver$get_active_module_pws_output("myplot")
app_driver$set_active_module_input(input_id, new_value)
testthat::expect_false(identical(plot_before, app_driver$get_active_module_pws_output("myplot")))
Expand Down

0 comments on commit 90279f6

Please sign in to comment.