Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed May 6, 2024
1 parent 43cd167 commit 680bb70
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/testthat/test-shinytest2-tm_a_mmrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ testthat::test_that(
app_driver$set_active_module_input("t_mmrm_lsmeans_show_relative", "increase")
app_driver$expect_no_validation_error()
app_driver$stop()
})
}
)

testthat::test_that(
paste0(
Expand Down Expand Up @@ -225,7 +226,8 @@ testthat::test_that(

testthat::expect_false(identical(plot_before, plot))
app_driver$stop()
})
}
)

testthat::test_that(
paste0(
Expand Down Expand Up @@ -253,7 +255,8 @@ testthat::test_that(

testthat::expect_false(identical(plot_before, plot))
app_driver$stop()
})
}
)

for (func in output_functions) {
testthat::test_that(
Expand Down

0 comments on commit 680bb70

Please sign in to comment.