Skip to content

Commit d61a004

Browse files
cleanup
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
1 parent 3f58569 commit d61a004

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/test_models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ def test_missing_inclusion_promise_round_trip(self, signing_bundle):
5656
assert entry._to_rekor() is not None
5757
assert (LogEntry._from_dict_rekor(
5858
entry._to_rekor().to_dict()) == entry)
59-
assert False
60-
6159

6260
def test_logentry_roundtrip(self, signing_bundle):
6361
_, bundle = signing_bundle("bundle.txt")

0 commit comments

Comments
 (0)