Skip to content

Commit fcb46e6

Browse files
committed
Add base_dir in creation_date test
1 parent 2d8558e commit fcb46e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/storage/test_file_pipeline_storage.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ async def test_find():
3232

3333

3434
async def test_get_creation_date():
35-
storage = FilePipelineStorage()
35+
storage = FilePipelineStorage(
36+
base_dir="tests/fixtures/text/input",
37+
)
3638

3739
creation_date = await storage.get_creation_date(
3840
"dulce.txt"

0 commit comments

Comments
 (0)