File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ class MockImageRegistry: ImageRegistry {
3131 image: image,
3232 imagePixelRatio: 1.0 ,
3333 width: nil ,
34- height: nil
34+ height: nil ,
35+ type: . regular
3536 )
3637 }
3738 }
@@ -240,7 +241,7 @@ class ConvertTests: XCTestCase {
240241 ) ,
241242 visible: false ,
242243 zIndex: 4.0 ,
243- icon: ImageDescriptorDto ( registeredImageId: " default " , imagePixelRatio: 1.0 )
244+ icon: ImageDescriptorDto ( registeredImageId: " default " , imagePixelRatio: 1.0 , type : . regular )
244245 )
245246 )
246247
@@ -303,7 +304,7 @@ class ConvertTests: XCTestCase {
303304 ) ,
304305 visible: false ,
305306 zIndex: 4.0 ,
306- icon: ImageDescriptorDto ( registeredImageId: " default " , imagePixelRatio: 1.0 )
307+ icon: ImageDescriptorDto ( registeredImageId: " default " , imagePixelRatio: 1.0 , type : . regular )
307308 )
308309 )
309310
@@ -328,7 +329,7 @@ class ConvertTests: XCTestCase {
328329 ) ,
329330 visible: false ,
330331 zIndex: 4.0 ,
331- icon: ImageDescriptorDto ( registeredImageId: " Image_0 " , imagePixelRatio: 1.0 )
332+ icon: ImageDescriptorDto ( registeredImageId: " Image_0 " , imagePixelRatio: 1.0 , type : . regular )
332333 )
333334 )
334335
You can’t perform that action at this time.
0 commit comments