mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
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'];
|
||||
|
||||
self::assertLessThanOrEqual($updateAt, $updateAtAfter);
|
||||
self::assertGreaterThanOrEqual($updateAt, $updateAtAfter);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue