Closed DavisVaughan closed 2 years ago
Seems like they all print out:
Error in `eval(code, test_env)`: plan(sequential)
indicating that we are indeed starting up fresh sessions with the plan(multisession, workers = 2) call in the test
plan(multisession, workers = 2)
Seems like they all print out:
indicating that we are indeed starting up fresh sessions with the
plan(multisession, workers = 2)
call in the test