diff options
Diffstat (limited to 'packages/meshbay-node/tests/test_upload_attribution.py')
| -rw-r--r-- | packages/meshbay-node/tests/test_upload_attribution.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-node/tests/test_upload_attribution.py b/packages/meshbay-node/tests/test_upload_attribution.py index dc8d989..63762e9 100644 --- a/packages/meshbay-node/tests/test_upload_attribution.py +++ b/packages/meshbay-node/tests/test_upload_attribution.py @@ -91,7 +91,7 @@ def _session(shared: Path, indexer: DirectoryIndexer, gek: bytes, async def _upload(session, shared: Path, name: str, data: bytes) -> None: root_name = shared.name - session._do_file_upload( + await session._do_file_upload( sealed_upload(session, filename=name, data=data, dir=root_name)) errors = [m for m in session.sent if m.get("type") == "error"] assert not errors, errors |