Skip to content

Commit

Permalink
@vedhav suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed May 6, 2024
1 parent a95c347 commit 43cd167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_a_mmrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ testthat::test_that("e2e - tm_a_mmrm: Click on fit model shows table for default
table <- app_driver$get_active_module_tws_output("mmrm_table")
col_val <- app_driver$get_active_module_input("buckets")
testthat::expect_true(all(unlist(col_val, use.names = FALSE) %in% colnames(table)))
testthat::expect_gte(nrow(table), 25)
testthat::expect_equal(nrow(table), 25)

app_driver$stop()
})
Expand Down

0 comments on commit 43cd167

Please sign in to comment.