Display event IDs after Nostr publish

This commit is contained in:
thePR0M3TH3AN
2025-07-02 20:14:25 -04:00
parent c6b19e10ea
commit b6675aa5ec
12 changed files with 44 additions and 28 deletions

View File

@@ -22,6 +22,7 @@ class FakeNostrClient:
def publish_snapshot(self, data: bytes):
self.published.append(data)
return None, "abcd"
def test_manager_workflow(monkeypatch):