Update curl_model_test.dart

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

View File

@ -4,7 +4,7 @@ import 'package:curl_parser/curl_parser.dart';
import 'package:test/test.dart';
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(
() => Curl(
uri: Uri.parse('https://api.apidash.dev/upload'),