Closed gawi151 closed 2 months ago
Is your feature request related to a problem? Please describe. Make sure tests using common_tests.dart are failing properly.
common_tests.dart
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
await
Future
Describe alternatives you've considered n/a
Additional context
Obsolete when we have a code generated client
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 returnFuture
incommon_tests.dart
. Encountered problems when changing test in https://github.com/nomtek/mistralai_client_dart/pull/51Describe alternatives you've considered n/a
Additional context