Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-seongwoo-jun authored and aissat committed Jan 16, 2022
1 parent f063f17 commit e4fed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easy_localization_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ void main() {
test('named args and value name', () {
expect(
Localization.instance.plural('money_named_args', 3,
namedArgs: {'name': 'John'}, valueName: 'money'),
namedArgs: {'name': 'John'}, name: 'money'),
'John has 3 dollars',
);
});
Expand Down

0 comments on commit e4fed06

Please sign in to comment.