Skip to content

Commit

Permalink
str()
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jun 26, 2023
1 parent 8768ec3 commit 7a6b60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def test_std_lib(self) -> None:
)

def test_std_lib_found_before_same_named_package_on_path(self) -> None:
sys.path.insert(0, resources.RESOURCE_PATH)
sys.path.insert(0, str(resources.RESOURCE_PATH))
self.addCleanup(sys.path.pop, 0)

file = modutils.file_from_modpath(["copy"])
Expand Down

0 comments on commit 7a6b60f

Please sign in to comment.