We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102f3c0 commit 70701f9Copy full SHA for 70701f9
test/easy_localization_utils_test.dart
@@ -108,7 +108,7 @@ void main() {
108
});
109
110
111
- test('should fail on intent to merge non-map with map', overridePrint(() {
+ test('should warn if possibly multiple values are lost', overridePrint(() {
112
printLog = [];
113
final Map<String, dynamic> map1 = {
114
'key1': 'value1',
@@ -131,7 +131,7 @@ void main() {
131
},
132
));
133
134
135
136
137
'key2': {
0 commit comments