Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 8, 2023
1 parent 8868dde commit 5a13ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monitor/jobs.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_that("empty job list", {
)
expect_equal(nrow(x$jobs()), 0L)
expect_equal(nrow(x$status(id = "does-not-exist")), 0L)
expect_null(x$log(id = "does-not-exist"))
expect_true(tibble::is_tibble(x$log(id = "does-not-exist")))
})

test_that("job list", {
Expand Down

0 comments on commit 5a13ceb

Please sign in to comment.