Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
BFalquet committed Oct 4, 2024
1 parent cf50569 commit c9dc9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-chevron_tlg-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test_that("run uses the argument passed through the ellipsis in priority", {
})

test_that("run works as expected with partial match argument", {
res <- capture_output(tbl <- run(aet02, syn_adv, prune_0 = TRUE, verbose = TRUE, unwrap = FALSE, arm_var = "ARM"))
res <- capture_output(tbl <- run(aet02, syn_adv, prune_0 = TRUE, verbose = TRUE, unwrap = FALSE, arm_var = "ARM"))
expect_snapshot(cat(res))
expect_snapshot(cat(export_as_txt(tbl, lpp = 100)))
})
Expand Down

0 comments on commit c9dc9f9

Please sign in to comment.