From ad2b56828900e7a5e7276a6bd2c04009b365aea3 Mon Sep 17 00:00:00 2001 From: Eva Bardou <ebardou@teklia.com> Date: Wed, 24 Mar 2021 14:58:15 +0100 Subject: [PATCH] Nit --- tests/test_elements_worker/test_transcriptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_elements_worker/test_transcriptions.py b/tests/test_elements_worker/test_transcriptions.py index 60162fe2..7d350e35 100644 --- a/tests/test_elements_worker/test_transcriptions.py +++ b/tests/test_elements_worker/test_transcriptions.py @@ -169,7 +169,7 @@ def test_create_transcription(responses, mock_elements_worker_with_cache): "score": 0.42, } - # Check that created transcriptions and elements were properly stored in SQLite cache + # Check that created transcription was properly stored in SQLite cache cache_path = f"{CACHE_DIR}/db.sqlite" assert os.path.isfile(cache_path) -- GitLab