Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Oct 12, 2024
1 parent 7addb8c commit 08957d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/tags/tests/integration/api/tags/ListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function admin_sees_all()
$data = json_decode($response->getBody()->getContents(), true)['data'];

$ids = Arr::pluck($data, 'id');
$this->assertEquals(['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14'], $ids);
$this->assertEqualsCanonicalizing(['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14'], $ids);
}

#[Test]
Expand Down

0 comments on commit 08957d1

Please sign in to comment.