Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 7, 2023
1 parent 6e68f4d commit f899213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pantsup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_installs_pants(tmp_path: Path) -> None:
assert proc.returncode == 0
assert b"Downloading and installing the pants launcher" in proc.stderr
assert b"Installed the pants launcher from" in proc.stderr
""

bin_path = tmp_path / ".local" / "bin" / "pants"
assert os.path.isfile(bin_path)
assert os.access(bin_path, os.X_OK)

0 comments on commit f899213

Please sign in to comment.