Skip to content

Commit a1c25d6

Browse files
committed
fix pytest
1 parent a4ec0e1 commit a1c25d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/indexing/cache/test_file_pipeline_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
def create_cache():
16-
storage = FilePipelineStorage(root_dir=os.path.join(os.getcwd(), ".tmp"))
16+
storage = FilePipelineStorage(base_dir=os.path.join(os.getcwd(), ".tmp"))
1717
return JsonPipelineCache(storage)
1818

1919

0 commit comments

Comments
 (0)