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 77bdf1b commit bf508d8Copy full SHA for bf508d8
tests/unit/test_light_node.py
@@ -247,7 +247,7 @@ async def test_download_file(mock_node_with_post_success):
247
async def test_submit_message(mock_node_with_post_success):
248
content = {"Hello": "World"}
249
async with mock_node_with_post_success as node:
250
- message, status = await node.submit(
+ message, status, _ = await node.submit(
251
content={
252
"address": "0x1234567890123456789012345678901234567890",
253
"time": 1234567890,
0 commit comments