From d989ad0cbbbac373cd64ba06c92bd892bd7e7a49 Mon Sep 17 00:00:00 2001
From: NolanB <nboukachab@teklia.com>
Date: Mon, 28 Nov 2022 17:39:18 +0100
Subject: [PATCH] Modif the comment on the test_create_archive_with_subfolder
 method

---
 tests/test_elements_worker/test_training.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_elements_worker/test_training.py b/tests/test_elements_worker/test_training.py
index 4ecbf0f7..519db44b 100644
--- a/tests/test_elements_worker/test_training.py
+++ b/tests/test_elements_worker/test_training.py
@@ -46,7 +46,7 @@ def test_create_archive(model_file_dir):
 
 
 def test_create_archive_with_subfolder(model_file_dir_with_subfolder):
-    """Create an archive when the model's file is in a folder"""
+    """Create an archive when the model's file is in a folder containing a subfolder"""
 
     with create_archive(path=model_file_dir_with_subfolder) as (
         zst_archive_path,
-- 
GitLab