Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Feb 23, 2023
1 parent 6468df1 commit 93c22cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/integration/cli/commands/test_issue_2057.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,11 @@ def assert_create_and_run_pex_from_lock():
1. ansicolors 1.1.8 from file://{clone_dir}
Expected sha256 hash of {expected} when downloading ansicolors but hashed to
"""
).format(
)
.format(
clone_dir=clone_dir,
expected=locked_requirement.artifact.fingerprint.hash,
).strip()
)
.strip()
in result.error
), result.error

0 comments on commit 93c22cc

Please sign in to comment.