Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 15, 2023
1 parent 96e944e commit ebc1028
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/throughput/test-backlog-tasks_max.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ system.time(
)
testthat::expect_equal(length(controller$schedule$pushed), 0L)
testthat::expect_equal(length(controller$schedule$collected), 0L)
controller$launcher$terminate()
controller$launcher$rotate(index = seq_len(20L))
controller$launcher$workers$launched <- FALSE
controller$launcher$tally()
testthat::expect_equal(sum(controller$launcher$workers$assigned), n_tasks)
testthat::expect_equal(sum(controller$launcher$workers$complete), n_tasks)
Expand Down

0 comments on commit ebc1028

Please sign in to comment.