Fixed bug in concurrency integration test

This commit is contained in:
Dylan K. Taylor 2024-11-13 18:47:46 +00:00
parent a14afb4bb5
commit cb2fadeb26
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -93,7 +93,7 @@ final class AsyncEventConcurrencyTest extends Test{
fn() => $this->complete($this->activeExclusiveHandler, "exclusive 1"),
fn() => $main->getLogger()->error("Not expecting this to be rejected")
);
return null;
return $resolver->getPromise();
},
EventPriority::NORMAL,
$main,