nomtek / mistralai_client_dart

This is an unofficial Dart/Flutter client for the Mistral AI API.
MIT License
29 stars 1 forks source link

Make sure tests are failing when exception is thrown #54

Closed gawi151 closed 2 months ago

gawi151 commented 5 months ago

Is your feature request related to a problem? Please describe. Make sure tests using common_tests.dart are failing properly.

Describe the solution you'd like All common test functions should properly await and return Future in common_tests.dart. Encountered problems when changing test in https://github.com/nomtek/mistralai_client_dart/pull/51

Describe alternatives you've considered n/a

Additional context

gawi151 commented 2 months ago

Obsolete when we have a code generated client