Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator committed May 12, 2023
1 parent 8b3d226 commit a9f5df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Parsem/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function testDefaultValueWithFilter()
Assert::equal('Hello wo!', $parsed, 'Filter applied correctly to default value.');

$parsed = Parser::parseString($string3, $args);
Assert::equal('Hello ...!', $parsed, 'Filter applied correctly to empty default value.');
Assert::equal('Hello !', $parsed, 'Filter applied correctly to empty default value.');
}
}

Expand Down

0 comments on commit a9f5df4

Please sign in to comment.