Skip to content

Commit bf508d8

Browse files
committed
Fix test using new submit()
1 parent 77bdf1b commit bf508d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_light_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ async def test_download_file(mock_node_with_post_success):
247247
async def test_submit_message(mock_node_with_post_success):
248248
content = {"Hello": "World"}
249249
async with mock_node_with_post_success as node:
250-
message, status = await node.submit(
250+
message, status, _ = await node.submit(
251251
content={
252252
"address": "0x1234567890123456789012345678901234567890",
253253
"time": 1234567890,

0 commit comments

Comments
 (0)