Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Jan 2, 2024
1 parent 1a4b2df commit b16f508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mmh3.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_hash64() -> None:
9128664383759220103,
)
assert mmh3.hash64("foo", signed=False, x64arch=False) == (
696879859059209706,
6968798590592097061,
6968798590746895717,
)
assert mmh3.hash64("foo", 0, True, False) == (
Expand Down

0 comments on commit b16f508

Please sign in to comment.