mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Improvements to tests
This commit is contained in:
parent
3740fa7afd
commit
4987ceba1b
@ -529,7 +529,7 @@ final class OrmTest extends TestCase
|
||||
$ormUnCached = $fieldNoCache->build();
|
||||
|
||||
$orm->set($key, $value);
|
||||
if ($value === ValueType::OBJECT) {
|
||||
if ($valueType === ValueType::OBJECT) {
|
||||
$this->assertCount(1, $ormUnCached);
|
||||
} else {
|
||||
$this->assertCount(0, $ormUnCached);
|
||||
|
Loading…
Reference in New Issue
Block a user