Skip to content

Commit a6bb35e

Browse files
committed
test: update assertion
1 parent 4b5d112 commit a6bb35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Config/FactoriesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public function testGetComponentInstances()
429429
public function testSetComponentInstances(array $data)
430430
{
431431
$before = Factories::getComponentInstances('config');
432-
$this->assertSame(['aliases' => [], 'instances' => []], $before);
432+
$this->assertSame(['options' => [], 'aliases' => [], 'instances' => []], $before);
433433

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

0 commit comments

Comments
 (0)