Skip to content

Commit

Permalink
Fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Jan 1, 2023
1 parent 2557f56 commit 904a821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cose_message.py
Expand Up @@ -461,4 +461,3 @@ def test_cose_message_counterverify_with_different_abbreviated_countersignature(
COSEMessage.loads(countersigned).counterverify(pub_key)
pytest.fail("counterverify() should not fail.")
assert "Failed to verify." in str(err.value)

0 comments on commit 904a821

Please sign in to comment.