Skip to content

Commit

Permalink
test: update assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 12, 2023
1 parent 4b5d112 commit a6bb35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Config/FactoriesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public function testGetComponentInstances()
public function testSetComponentInstances(array $data)
{
$before = Factories::getComponentInstances('config');
$this->assertSame(['aliases' => [], 'instances' => []], $before);
$this->assertSame(['options' => [], 'aliases' => [], 'instances' => []], $before);

Factories::setComponentInstances('config', $data);

Expand Down

0 comments on commit a6bb35e

Please sign in to comment.