Skip to content

Commit fa2723a

Browse files
committed
test: fix
1 parent 72d2856 commit fa2723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Forms/Forms.idMask.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require __DIR__ . '/../bootstrap.php';
1313
Assert::exception(function () {
1414
$input = new TextInput('name');
1515
$input->getHtmlId();
16-
}, Nette\InvalidStateException::class, "Component '' is not attached to 'Nette\\Forms\\Form'.");
16+
}, Nette\InvalidStateException::class, "Component %a% is not attached to 'Nette\\Forms\\Form'.");
1717

1818

1919
Assert::exception(function () {

0 commit comments

Comments
 (0)