mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 00:09:04 +00:00
Update tests for new nostr API
This commit is contained in:
@@ -20,9 +20,8 @@ class FakeNostrClient:
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.published = []
|
||||
|
||||
def publish_json_to_nostr(self, data: bytes):
|
||||
def publish_snapshot(self, data: bytes):
|
||||
self.published.append(data)
|
||||
return True
|
||||
|
||||
|
||||
def test_manager_workflow(monkeypatch):
|
||||
|
Reference in New Issue
Block a user