Browse Source

Fixed tests

Anatoly Pulyaevskiy 5 years ago
parent
commit
5f3568c714
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      packages/zefyr/test/widgets/buttons_test.dart

+ 2
- 0
packages/zefyr/test/widgets/buttons_test.dart View File

182
             'source': 0,
182
             'source': 0,
183
             'maxWidth': null,
183
             'maxWidth': null,
184
             'maxHeight': null,
184
             'maxHeight': null,
185
+            'imageQuality': null,
185
           },
186
           },
186
         ),
187
         ),
187
       );
188
       );
201
             'source': 1,
202
             'source': 1,
202
             'maxWidth': null,
203
             'maxWidth': null,
203
             'maxHeight': null,
204
             'maxHeight': null,
205
+            'imageQuality': null,
204
           },
206
           },
205
         ),
207
         ),
206
       );
208
       );