Skip to content

Commit

Permalink
TST: Uncomment an assert
Browse files Browse the repository at this point in the history
Also define bytes directly, and modify some comments.
  • Loading branch information
j-t-1 authored Jan 15, 2025
1 parent d12c426 commit 02059e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_ccitt_get_parameters(parameters, expected_k):
assert parameters.K == expected_k # noqa: SIM300


def test_ccitt_get_parameters_indirect_object():
def test_ccitt_get_parameters__indirect_object():
class Pdf:
def get_object(self, reference) -> NumberObject:
return NumberObject(42)
Expand Down

0 comments on commit 02059e7

Please sign in to comment.