Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex23rodriguez authored Dec 9, 2023
1 parent 5d17748 commit dcb4a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
print(f"Python {platform.python_version()} {status[expect_fail]} as expected")
else:
print(
f"{platform.python_version()} should have {status[expect_fail]},",
f"Python {platform.python_version()} should have {status[expect_fail]},",
f"but actually {status[actual_fail]}",
)
sys.exit(return_code)
Expand Down

0 comments on commit dcb4a9e

Please sign in to comment.