fix tests
This commit is contained in:
@@ -15,7 +15,7 @@ void main() {
|
||||
|
||||
setUp(() {
|
||||
fileUploader = StreamAttachmentFileUploader(client);
|
||||
registerFallbackValue<MultipartFile>(FakeMultiPartFile());
|
||||
registerFallbackValue(FakeMultiPartFile());
|
||||
});
|
||||
|
||||
Response successResponse(String path, {Object? data}) => Response(
|
||||
|
||||
Reference in New Issue
Block a user