Skip to content

Commit 42ad97b

Browse files
committed
Remove assert for testing.
1 parent ea5a8a7 commit 42ad97b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_cose_sample_with_encode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ def test_cose_usage_examples_cose_encrypt_hpke(self):
672672
},
673673
)
674674
assert b"This is the content." == recipient.decode(encoded, rsk2, external_aad=b"COSE-HPKE app")
675-
assert False
676675

677676
def test_cose_usage_examples_cose_encrypt_hpke_with_1st_layer_hpke(self):
678677
# The sender side:

0 commit comments

Comments
 (0)