We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ec0e1 commit a1c25d6Copy full SHA for a1c25d6
tests/unit/indexing/cache/test_file_pipeline_cache.py
@@ -13,7 +13,7 @@
13
14
15
def create_cache():
16
- storage = FilePipelineStorage(root_dir=os.path.join(os.getcwd(), ".tmp"))
+ storage = FilePipelineStorage(base_dir=os.path.join(os.getcwd(), ".tmp"))
17
return JsonPipelineCache(storage)
18
19
0 commit comments