mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-12 14:28:46 +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() => $this->complete($this->activeExclusiveHandler, "exclusive 1"),
|
||||||
fn() => $main->getLogger()->error("Not expecting this to be rejected")
|
fn() => $main->getLogger()->error("Not expecting this to be rejected")
|
||||||
);
|
);
|
||||||
return null;
|
return $resolver->getPromise();
|
||||||
},
|
},
|
||||||
EventPriority::NORMAL,
|
EventPriority::NORMAL,
|
||||||
$main,
|
$main,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user