mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-08 01:25:01 -04:00
cli fixes
This commit is contained in:
parent
e80a3d3063
commit
1c8ecab2b6
11 changed files with 170 additions and 69 deletions
|
@ -67,6 +67,9 @@ async def test_set_get_dht_value(api_connection: veilid.VeilidAPI):
|
|||
vd2 = await rc.get_dht_value(rec.key, 0, False)
|
||||
assert vd2 != None
|
||||
|
||||
print("vd: {}", vd.__dict__)
|
||||
print("vd2: {}", vd2.__dict__)
|
||||
|
||||
assert vd == vd2
|
||||
|
||||
await rc.close_dht_record(rec.key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue