mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Fixup
This commit is contained in:
parent
4ac4ff9aa4
commit
2b7916378f
@ -247,9 +247,7 @@ final class OrmTest extends TestCase
|
||||
$orm = $field->build();
|
||||
$orm[$key] = $value;
|
||||
unset($orm);
|
||||
$f = new DeferredFuture;
|
||||
EventLoop::queue($f->complete(...));
|
||||
$f->getFuture()->await();
|
||||
delay(0.1);
|
||||
|
||||
$orm = $field->build();
|
||||
$this->assertCount(1, $orm);
|
||||
|
Loading…
Reference in New Issue
Block a user