TF-4195 Fix comments of coderabbit
This commit is contained in:
@@ -206,7 +206,7 @@ void main() {
|
||||
expect(parsed.notFound, isEmpty);
|
||||
});
|
||||
|
||||
test('should throw DioException when server returns 500', () async {
|
||||
test('should throw DioError when server returns 500', () async {
|
||||
// Arrange
|
||||
final dio = createDio();
|
||||
final adapter = DioAdapter(dio: dio);
|
||||
|
||||
Reference in New Issue
Block a user