Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(test): Make the test less flaky
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jul 19, 2024
commit f6238d35bdcb5facaa8fbe5f30d67a6b5eaadcfd
1 change: 1 addition & 0 deletions tests/lib/SystemTag/SystemTagObjectMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public function testGetObjectsForTags() {
[$this->tag1->getId(), $this->tag2->getId(), $this->tag3->getId()],
'testtype'
);
sort($objectIds);

$this->assertEquals([
'1',
Expand Down