mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
Fix invoice asyncio wrapper (#113)
* mypy: fix lightning backend warnings * fix asyncio invoice creation * ignore weird mypy error
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import asyncio
|
||||
|
||||
import click
|
||||
import pytest
|
||||
from click.testing import CliRunner
|
||||
|
||||
@@ -117,7 +116,6 @@ def test_receive_tokenv1(mint):
|
||||
print(result.output)
|
||||
|
||||
|
||||
@pytest.mark.skip
|
||||
@pytest.mark.asyncio()
|
||||
def test_nostr_send(mint):
|
||||
runner = CliRunner()
|
||||
|
||||
Reference in New Issue
Block a user