feat: finish NIP16
This commit is contained in:
parent
a1d7c474b0
commit
5c0209b6c0
3 changed files with 14 additions and 5 deletions
|
|
@ -59,7 +59,7 @@ async def test_valid_event_crud(valid_events: List[EventFixture]):
|
|||
|
||||
# insert all events in DB before doing an query
|
||||
for e in all_events:
|
||||
await create_event(RELAY_ID, e)
|
||||
await create_event(RELAY_ID, e, None)
|
||||
|
||||
for f in valid_events:
|
||||
await get_by_id(f.data, f.name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue