diff options
author | Joas Schilling <coding@schilljs.com> | 2024-07-19 11:20:33 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-07-19 11:21:16 +0200 |
commit | f6238d35bdcb5facaa8fbe5f30d67a6b5eaadcfd (patch) | |
tree | 988418bda4688b09b89bb65f1c34be108e198a02 /tests/lib | |
parent | e1e4ee4d677ac8a491c6afb150b9f7b46473d196 (diff) | |
download | nextcloud-server-f6238d35bdcb5facaa8fbe5f30d67a6b5eaadcfd.tar.gz nextcloud-server-f6238d35bdcb5facaa8fbe5f30d67a6b5eaadcfd.zip |
fix(test): Make the test less flaky
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/SystemTag/SystemTagObjectMapperTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/SystemTag/SystemTagObjectMapperTest.php b/tests/lib/SystemTag/SystemTagObjectMapperTest.php index c9aff9f5183..7beb1c1f1e1 100644 --- a/tests/lib/SystemTag/SystemTagObjectMapperTest.php +++ b/tests/lib/SystemTag/SystemTagObjectMapperTest.php @@ -152,6 +152,7 @@ class SystemTagObjectMapperTest extends TestCase { [$this->tag1->getId(), $this->tag2->getId(), $this->tag3->getId()], 'testtype' ); + sort($objectIds); $this->assertEquals([ '1', |