mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Fixed bug in concurrency integration test
This commit is contained in:
parent
a14afb4bb5
commit
cb2fadeb26
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user