Skip to content

Commit

Permalink
requests should contain CIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
d70-t committed Jun 20, 2023
1 parent a40d5bc commit 877e4de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ async def test_exists(event_loop):
assert res is True
res = await fs._exists(TEST_ROOT + "/missing")
assert res is False
res = await fs._exists("/missing")
assert res is False


@pytest.mark.asyncio
Expand Down

0 comments on commit 877e4de

Please sign in to comment.