Skip to content

Commit

Permalink
Update test-mod_main_sidebar.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jthompson-arcus committed Nov 13, 2024
1 parent 39d8da1 commit 43931ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/testthat/test-mod_main_sidebar.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ describe(
dplyr::mutate(
reviewed = "No",
status = "new",
comment = ""
comment = "",
id = dplyr::row_number()
)
vars <- get_meta_vars(appdata, metadata)
apptables <- lapply(
Expand Down Expand Up @@ -123,8 +124,12 @@ describe(
r = reactiveValues(
create_query = 0,
review_data = data.frame(
"id" = 1L,
"subject_id" = "NLD_06_755",
"event_name" = "Any visit",
"item_group" = "Adverse events",
"form_repeat" = 1L,
"item_name" = "AE item",
"edit_date_time" = "2023-01-01",
"reviewed" = "",
"comment" = "",
Expand Down

0 comments on commit 43931ed

Please sign in to comment.