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 70571c3 commit 4800436Copy full SHA for 4800436
tests/integration/storage/test_file_pipeline_storage.py
@@ -50,7 +50,7 @@ async def test_child():
50
storage = FilePipelineStorage()
51
storage = storage.child("tests/fixtures/text/input")
52
items = list(storage.find(re.compile(r".*\.txt$")))
53
- assert items == [(str(Path("dulce.txt")), {})]
+ assert items == [str(Path("dulce.txt"))]
54
55
output = await storage.get("dulce.txt")
56
assert len(output) > 0
0 commit comments