Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def test__pdf_processor__add_provisional_redaction():
assert annot.type == (8, "Highlight")


'''
def test__pdf_processor__examine_provisional_text_redaction():
"""
Given I have a provisional redaction candidate for a PDF
Expand Down Expand Up @@ -292,7 +291,6 @@ def test__pdf_processor__examine_provisional_redactions_on_page():
assert instances_to_redact == [
(0, rect, term) for rect, term in redaction_candidates
]
'''


def test__pdf_processor__apply_provisional_text_redactions():
Expand Down
Loading