Skip to content

Commit

Permalink
Fixed falling test with newer set of Petrovich rules
Browse files Browse the repository at this point in the history
  • Loading branch information
staticall committed Apr 11, 2020
1 parent d00457a commit c727a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Petrovich/Petrovich/InflectFirstNameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function testMale()
Petrovich\Ruleset::CASE_GENITIVE => 'Ильи',
Petrovich\Ruleset::CASE_DATIVE => 'Илье',
Petrovich\Ruleset::CASE_ACCUSATIVE => 'Илью',
Petrovich\Ruleset::CASE_INSTRUMENTAL => 'Ильей',
Petrovich\Ruleset::CASE_INSTRUMENTAL => 'Ильёй',
Petrovich\Ruleset::CASE_PREPOSITIONAL => 'Илье',
],

Expand Down

0 comments on commit c727a13

Please sign in to comment.