Skip to content

Commit

Permalink
explicitly print data frame for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Sep 24, 2023
1 parent d99ba28 commit 071efd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-use_cran_defaults.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test_that("vendor_pkgs() vendors dependencies", {
use_cran_defaults(path, quiet = TRUE, overwrite = TRUE)

x <- vendor_pkgs(path, quiet = TRUE)
expect_snapshot(x)
expect_snapshot(print(x))
expect_snapshot(cat_file("src", "rust", "vendor-config.toml"))

})

0 comments on commit 071efd8

Please sign in to comment.