Update curl_model_test.dart

This commit is contained in:
Ashita Prasad
2024-11-30 13:19:35 +05:30
parent 69c7d83e4c
commit 0a5a0ce822

@ -4,7 +4,7 @@ import 'package:curl_parser/curl_parser.dart';
import 'package:test/test.dart'; import 'package:test/test.dart';
void main() { void main() {
test('should not throw when form data entries are valid key-value pairs', () { test('should not throw when form data entries are provided', () {
expect( expect(
() => Curl( () => Curl(
uri: Uri.parse('https://api.apidash.dev/upload'), uri: Uri.parse('https://api.apidash.dev/upload'),