fix(test): Make the test less flaky

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/46605/head
Joas Schilling 1 year ago
parent e1e4ee4d67
commit f6238d35bd
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
  1. 1
      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',

Loading…
Cancel
Save