Skip to content

Commit 70701f9

Browse files
Fix test name
1 parent 102f3c0 commit 70701f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/easy_localization_utils_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void main() {
108108
});
109109
});
110110

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

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

0 commit comments

Comments
 (0)