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 13, 2023
1 parent 34283e4 commit 7664bb6
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 7664bb6

Please sign in to comment.