diff --git a/tests/v1_constants_test.rs b/tests/v1_constants_test.rs index f1ced52..afd6678 100644 --- a/tests/v1_constants_test.rs +++ b/tests/v1_constants_test.rs @@ -5,12 +5,8 @@ use mistralai_client::v1::{ constants::Model, }; -mod setup; - #[test] fn test_model_constant() { - setup::setup(); - let models = vec![ Model::OpenMistral7b, Model::OpenMixtral8x7b,