File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/MuxUploadSDKTests/Test Doubles Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ import Foundation
1010class MockUploadInputInspector : UploadInputInspector {
1111
1212 static let alwaysStandard : MockUploadInputInspector = MockUploadInputInspector (
13- mockInspectionResult: . standard
13+ mockInspectionResult: . standard( duration : . zero )
1414 )
1515
1616 static let alwaysFailing : MockUploadInputInspector = MockUploadInputInspector (
17- mockInspectionResult: . inspectionFailure
17+ mockInspectionResult: . inspectionFailure( duration : . zero )
1818 )
1919
2020 var mockInspectionResult : UploadInputFormatInspectionResult
2121
2222 init ( ) {
23- self . mockInspectionResult = . standard
23+ self . mockInspectionResult = . standard( duration : . zero )
2424 }
2525
2626 init (
You can’t perform that action at this time.
0 commit comments