Skip to content

Commit

Permalink
Add test case for #144
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Jun 14, 2023
1 parent ee44b6b commit d28b527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added tests/testdata/dt.RDS
Binary file not shown.
5 changes: 5 additions & 0 deletions tests/testthat/test_expost_rang.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,8 @@ test_that("Super ancient special packages", {
graph <- readRDS("../testdata/superancientsna.RDS")
expect_error(.generate_installation_order(graph), NA)
})

test_that("base as a dependency, issue 144", {
graph <- readRDS("../testdata/dt.RDS")
expect_error(.generate_installation_order(graph), NA)
})

0 comments on commit d28b527

Please sign in to comment.