Skip to content

Commit

Permalink
Fix accidental line deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Nov 7, 2024
1 parent 0f88963 commit 129a708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-mod_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ test_that("mod_plots_server reacts to changes in the selected date range", {
mod_plots_server,
args = list(selected_concepts = mock_concept_row, selected_dates = mock_date_range),
{
ns <- session$ns
expect_true(inherits(ns, "function"))
expect_true(grepl(id, ns("")))
expect_true(grepl("test", ns("test")))
Expand Down

0 comments on commit 129a708

Please sign in to comment.