Fix wrong assertion in DBKeyValueStorageTest
This commit is contained in:
parent
241a512589
commit
820c3923a7
1 changed files with 1 additions and 1 deletions
|
@ -80,6 +80,6 @@ class DBKeyValueStorageTest extends KeyValueStorageTest
|
||||||
|
|
||||||
$updateAtAfter = $entry['updated_at'];
|
$updateAtAfter = $entry['updated_at'];
|
||||||
|
|
||||||
self::assertLessThanOrEqual($updateAt, $updateAtAfter);
|
self::assertGreaterThanOrEqual($updateAt, $updateAtAfter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue