diff --git a/tests/app_tests/test_transcode.py b/tests/app_tests/test_transcode.py index e3af810..f00f09c 100644 --- a/tests/app_tests/test_transcode.py +++ b/tests/app_tests/test_transcode.py @@ -21,4 +21,3 @@ def test_transcode_from_parquet(): # by getting a list of files that match that pattern, and checking that the length of the list is 256 output_files = [f for f in output_folder.rglob('embeddings-*-*-of-00256')] assert len(output_files) == 256 - \ No newline at end of file