Skip to content

Commit 472a099

Browse files
committed
Update test_driver_drake.R
1 parent ebe6ce6 commit 472a099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_driver_drake.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test_that("plan is a dataframe",{
3333
skip("No drake package - skipping test")
3434
}
3535
plan <- driver_drake(stop_before = c("module_xfaostat_L103_ProducerPrices"), return_plan_only = TRUE)
36-
expect_type(plan, "list")
36+
expect_is(plan, "data.frame")
3737
})
3838

3939
test_that("load_from_cache works", {

0 commit comments

Comments
 (0)