Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Apr 22, 2024
1 parent 5776d9a commit ed5b9c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def test_invalid_data(self, metadata):
with pytest.raises(ValidationError):
parse_obj_as(LnurlPayMetadata, metadata)


@pytest.mark.parametrize(
"lnaddress",
[
Expand All @@ -198,7 +197,6 @@ def test_valid_lnaddress(self, lnaddress):
lnaddress = Lnaddress(lnaddress)
assert isinstance(lnaddress.url, (OnionUrl, DebugUrl, ClearnetUrl))


@pytest.mark.parametrize(
"lnaddress",
[
Expand Down

0 comments on commit ed5b9c9

Please sign in to comment.