TF-4195 Fix comments of coderabbit

This commit is contained in:
dab246
2026-01-19 11:34:43 +07:00
committed by Dat H. Pham
parent 0076a7af57
commit e8b2c1d2a5
32 changed files with 235 additions and 146 deletions
@@ -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);