mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 20:13:56 +08:00
Update CurlIO
This commit is contained in:
@@ -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', () {
|
||||
|
||||
Reference in New Issue
Block a user