We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5680cbb commit 5e15293Copy full SHA for 5e15293
tests/engine/test_hashfns.py
@@ -115,4 +115,4 @@ def test_murmur128_pure_python(self):
115
key, seed, hashed = line.split(',')
116
seed = int(seed)
117
hashed = int(hashed)
118
- assert murmur3_128_py(key, seed) == hashed
+ assert murmur3_128_py(key, seed)[0] == hashed
0 commit comments