Skip to content

Commit 30a966b

Browse files
committed
FIX: update test hashes
1 parent d28b313 commit 30a966b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sympy/test_cache_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_reaction(self, expected_hash: str, formalism: SpinFormalism):
9292
@pytest.mark.parametrize(
9393
("expected_hashes", "formalism"),
9494
[
95-
({"863b872", "9b99008", "c5bfe92", "fcf67d3"}, "canonical-helicity"),
95+
({"8397450", "dc1ee0e"}, "canonical-helicity"),
9696
({"1ba1704", "aced899", "cbd5ff0", "ceecb32"}, "helicity"),
9797
],
9898
ids=["canonical-helicity", "helicity"],

0 commit comments

Comments
 (0)