TF-4227 Fix conflict with master branch
This commit is contained in:
@@ -205,7 +205,7 @@ void main() {
|
||||
(builder..usings(method.requiredCapabilities)).build().execute();
|
||||
|
||||
// Assert
|
||||
expect(call, throwsA(isA<DioError>()));
|
||||
expect(call, throwsA(isA<DioException>()));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user