Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 4, 2023
1 parent f2fbc20 commit 0f80629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/interactive/test-database.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tar_test("test on Windows: pipeline keeps going #393", {
expect_equal(tar_outdated(), character(0))
# Progress info should be correct.
expect_equal(tar_progress_branches()$branches, 200L)
expect_equal(tar_progress_branches()$built, 200L)
expect_equal(tar_progress_branches()$completed, 200L)
# Should see error messages that it could not append
# to progress but reattempted to do so.
writeLines(readLines("err.txt"))
Expand Down
2 changes: 1 addition & 1 deletion tests/interactive/test-tar_poll.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tar_test("tar_poll() with non-default columns", {
)
})
px <- tar_make(callr_function = callr::r_bg, reporter = "silent")
tar_poll(interval = 0.001, fields = any_of(c("built", "time")))
tar_poll(interval = 0.001, fields = any_of(c("completed", "time")))
})

tar_test("tar_poll() timeout", {
Expand Down

0 comments on commit 0f80629

Please sign in to comment.