Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 20, 2023
1 parent 0dc64f8 commit fb15900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_handles_port_but_no_colon(self, uri_with_port_but_no_colon):
raise AssertionError(
"No error thrown from URI with port but no colon"
)

def test_handles_line_terminators_in_fragment(
self, uri_fragment_with_line_terminators
):
Expand All @@ -165,7 +165,7 @@ def test_handles_line_terminators_in_fragment(
uri_fragment_with_line_terminators, "utf-8"
)
assert ref.fragment == "%0Afrag%0Ament%0A"


class BaseTestUnsplits:
test_class = None
Expand Down

0 comments on commit fb15900

Please sign in to comment.