Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickChrestin committed Jun 14, 2024
1 parent 102f3c0 commit 70701f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/easy_localization_utils_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void main() {
});
});

test('should fail on intent to merge non-map with map', overridePrint(() {
test('should warn if possibly multiple values are lost', overridePrint(() {
printLog = [];
final Map<String, dynamic> map1 = {
'key1': 'value1',
Expand All @@ -131,7 +131,7 @@ void main() {
},
));

test('should fail on intent to merge non-map with map', overridePrint(() {
test('should warn if possibly multiple values are lost', overridePrint(() {
printLog = [];
final Map<String, dynamic> map1 = {
'key2': {
Expand Down

0 comments on commit 70701f9

Please sign in to comment.