Skip to content
Snippets Groups Projects
Commit 115c650f authored by Eva Bardou's avatar Eva Bardou
Browse files

Nit

parent 7b771d54
No related branches found
No related tags found
1 merge request!69Store Transcriptions in local cache
Pipeline #78328 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment