Skip to content

Commit

Permalink
fix: e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 8, 2024
1 parent bb04855 commit e39ac50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/tm_g_pp_adverse_events.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ template_adverse_events <- function(dataname = "ANL",

chart_list <- add_expr(
expr_ls = chart_list,
new_expr = quote(print(plot))
new_expr = quote(plot)
)

y$table <- bracket_expr(table_list)
Expand Down
2 changes: 1 addition & 1 deletion R/tm_g_pp_therapy.R
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ template_therapy <- function(dataname = "ANL",
ggtheme +
theme

print(therapy_plot)
therapy_plot
}, env = c(
list(
dataname = as.name(dataname),
Expand Down

0 comments on commit e39ac50

Please sign in to comment.