Skip to content

Commit

Permalink
sitrep migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 24, 2023
1 parent f336534 commit 0f9c340
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tests/testthat/test-tar_sitrep.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ tar_test("tar_sitrep() on an empty project", {
format = NA,
repository = NA,
iteration = NA,
file = NA,
seed = NA
file = NA
)
expect_equiv(out, exp)
})
Expand Down Expand Up @@ -63,8 +62,7 @@ tar_test("tar_sitrep() on an empty project with callr process", {
format = NA,
repository = NA,
iteration = NA,
file = NA,
seed = NA
file = NA
)
expect_equiv(out, exp)
})
Expand Down Expand Up @@ -179,8 +177,7 @@ tar_test("tar_sitrep() on a project with a change", {
format = FALSE,
repository = FALSE,
iteration = FALSE,
file = FALSE,
seed = FALSE
file = FALSE
)
exp$file[exp$name == children_y[1]] <- TRUE
expect_equiv(out, exp)
Expand Down Expand Up @@ -220,8 +217,7 @@ tar_test("tar_sitrep() invalidation due to aggregated pattern deps", {
format = FALSE,
repository = FALSE,
iteration = FALSE,
file = FALSE,
seed = FALSE
file = FALSE
)
exp$depend[exp$name == "w"] <- TRUE
expect_equiv(out, exp)
Expand Down

0 comments on commit 0f9c340

Please sign in to comment.