rencode icon indicating copy to clipboard operation
rencode copied to clipboard

Fix tests that still referenced rencode_orig

Open thenickdude opened this issue 4 months ago • 0 comments

The import for rencode_orig was removed in 0c0b771baf0c8edc0c7c69c2928fbce743c15124, but some of the tests still referenced it, causing a "NameError: name 'rencode_orig' is not defined" error during running tests.

This fix removes those leftover references.

thenickdude avatar Sep 18 '25 08:09 thenickdude