mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
Add manifest identifier constant and update Nostr client
This commit is contained in:
@@ -84,7 +84,7 @@ def test_publish_snapshot_success():
|
||||
) as mock_send:
|
||||
manifest, event_id = asyncio.run(client.publish_snapshot(b"data"))
|
||||
assert isinstance(manifest, Manifest)
|
||||
assert event_id == "abcd"
|
||||
assert event_id == "seedpass-manifest-fp"
|
||||
assert mock_send.await_count >= 1
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user