mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-14 01:59:36 +00:00
Display event IDs after Nostr publish
This commit is contained in:
@@ -62,7 +62,10 @@ def test_add_and_delete_entry(monkeypatch):
|
||||
|
||||
published = []
|
||||
pm.nostr_client = SimpleNamespace(
|
||||
publish_snapshot=lambda data, alt_summary=None: published.append(data)
|
||||
publish_snapshot=lambda data, alt_summary=None: (
|
||||
published.append(data),
|
||||
(None, "abcd"),
|
||||
)[1]
|
||||
)
|
||||
|
||||
inputs = iter([str(index)])
|
||||
|
Reference in New Issue
Block a user