Skip to content

Commit

Permalink
test: n_queued_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Oct 25, 2023
1 parent 6d12f8c commit e1da856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-Rush.R
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ test_that("a lost task is detected when waiting", {

# check task count
expect_equal(rush$n_tasks, 2)
expect_equal(rush$n_queued_tasks, 0)
expect_equal(rush$n_queued_tasks, 1)
expect_equal(rush$n_running_tasks, 0)
expect_equal(rush$n_finished_tasks, 0)
expect_equal(rush$n_failed_tasks, 1)
Expand Down

0 comments on commit e1da856

Please sign in to comment.