Skip to content

Commit

Permalink
fixed typo in version-tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Jan 17, 2025
1 parent 154d255 commit 3ffe9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_hash(self, reaction: ReactionInfo):
assert hash(deepcopy(reaction)) == hash(reaction)

def test_hash_value(self, reaction: ReactionInfo):
if sys.version_info >= (3, 10):
if sys.version_info >= (3, 11):
expected_hash = {
"canonical-helicity": "65106a44301f9340e633d09f66ad7d17",
"helicity": "9646d3ee5c5e8534deb8019435161f2e",
Expand Down

0 comments on commit 3ffe9e8

Please sign in to comment.