Update CurlIO

This commit is contained in:
Ashita Prasad
2024-12-25 05:22:42 +05:30
parent 275fa6efab
commit 80107c7aa1
3 changed files with 6 additions and 4 deletions

View File

@@ -3,10 +3,10 @@ import 'package:apidash_core/apidash_core.dart';
void main() {
group('CurlFileImport Tests', () {
late CurlFileImport curlImport;
late CurlIO curlImport;
setUp(() {
curlImport = CurlFileImport();
curlImport = CurlIO();
});
test('should parse simple GET request', () {