Skip to content

Commit

Permalink
Fix broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwelsh authored Oct 2, 2024
1 parent 51a4e2e commit cc743aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ def test_run_plan_with_caching(test_count_docs_query_plan, mock_sycamore_docsetr

# No new directories should have been created.
existing_dirs = [os.path.join(temp_dir, x) for x in os.listdir(temp_dir)]
assert existing_dirs == cache_dirs
assert set(existing_dirs) == set(cache_dirs)

0 comments on commit cc743aa

Please sign in to comment.