hyperlink icon indicating copy to clipboard operation
hyperlink copied to clipboard

Unused variable (attempted_rooted_replacement) in test case

Open wsanchez opened this issue 6 years ago • 0 comments

test_url.py has this line:

attempted_rooted_replacement = normal_absolute.replace(rooted=True)

The variable attempted_rooted_replacement is unused and will be removed in #86 if merged.

It should be re-added as something should be asserted about it, assuming it was there intentionally.

wsanchez avatar Dec 09 '19 18:12 wsanchez