mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(tests): Make PostgreSQL unit tests less flacky by ordering
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9f63e667c4
commit
b04f6d57b4
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ class QueryBuilderTest extends \Test\TestCase {
|
|||
'appid',
|
||||
$this->queryBuilder->expr()->literal('testFirstResult1')
|
||||
))
|
||||
->orderBy('appid', 'DESC');
|
||||
->orderBy('configkey', 'ASC');
|
||||
|
||||
$query = $this->queryBuilder->execute();
|
||||
$rows = $query->fetchAll();
|
||||
|
|
|
|||
Loading…
Reference in a new issue