Skip to content

Commit 4462a8d

Browse files
committed
test: change classname
1 parent 839b29d commit 4462a8d

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
@@ -482,7 +482,7 @@ public function testGetNonexistentInstance()
482482

483483
public function testGetNonexistentClass()
484484
{
485-
$config = Factories::get('config', 'NonexistentInstance');
485+
$config = Factories::get('config', 'NonexistentClass');
486486

487487
$this->assertNull($config);
488488
}

0 commit comments

Comments
 (0)