Skip to content

Commit

Permalink
Remove magic value
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Apr 4, 2024
1 parent e77f59f commit b731a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ class TestPrependPath:
)
def test_prepend_path(self, env, expected):
"""Success case: test prepend_path for unset and existing variables."""
prepend_path(self.var, "/path/to/bar", env=env)
prepend_path(self.var, self.new_path, env=env)
assert env[self.var] == expected

0 comments on commit b731a72

Please sign in to comment.