From f6238d35bdcb5facaa8fbe5f30d67a6b5eaadcfd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 19 Jul 2024 11:20:33 +0200 Subject: fix(test): Make the test less flaky Signed-off-by: Joas Schilling --- tests/lib/SystemTag/SystemTagObjectMapperTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lib') 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', -- cgit v1.2.3