Skip to content

Commit

Permalink
less :: from depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Apr 3, 2024
1 parent b56f9a0 commit ff2509d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-pagination_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ main_footer(res) <- "main footer"
prov_footer(res) <- "prov \nfooter that has a lot of \nnew \nlines"
top_left(res) <- "SOME TOPLEFT"
table_inset(res) <- 5
rtables::fnotes_at_path(
fnotes_at_path(
res,
c(make_row_df(res)$path[[7]]),
c("B: Placebo") # nolint
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-table_pkct01.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ testthat::test_that("Specific PKCT01 features are present", {
testthat::expect_equal(sum(sapply(string_res, grepl, pattern = "NE")), 3L)

# Checking significative digits (DISCLAIMER: this is an hack and is NOT well supported)
mean_vals <- rtables::cell_values(result,
mean_vals <- cell_values(result,
rowpath = NULL,
colpath = c("multivars", "AVAL._[[2]]_.")
) %>%
Expand Down

0 comments on commit ff2509d

Please sign in to comment.