mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 01:07:23 +01:00
fix: ensures --retry works with errored tests
This commit is contained in:
@ -18,6 +18,6 @@ final class EnsureRetryRepositoryExists implements StartedSubscriber
|
||||
*/
|
||||
public function notify(Started $event): void
|
||||
{
|
||||
TestSuite::getInstance()->retryTempRepository->boot();
|
||||
TestSuite::getInstance()->retryRepository->boot();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user