From 30156c5273871616aaeabc9031dd6e41c23c45a7 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Sat, 22 Jun 2024 14:02:52 +0200 Subject: [PATCH] test: remove useless setup in constants test --- tests/v1_constants_test.rs | 4 ---- 1 file changed, 4 deletions(-) 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,