diff --git a/tests/test_elements_worker/test_transcriptions.py b/tests/test_elements_worker/test_transcriptions.py index 60162fe2c4161e853bb4138ff2e7c4096d54c303..7d350e3558135638115d1e3a7ce382bdad9be287 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)