Skip to content

Commit 7ba828b

Browse files
committed
Update hash again
1 parent 476eff6 commit 7ba828b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/tests/test_db_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_regulate_amount():
176176

177177
@pytest.mark.nonpublic
178178
def test_get_statements_by_hash():
179-
hash_list = [13505361422242217, -22289282229858243, -25056605420392180]
179+
hash_list = [11163570810003104, -22289282229858243, -25056605420392180]
180180
p = dbr.get_statements_by_hash(hash_list)
181181
stmts = p.statements
182182
print({s.get_hash(shallow=True): s for s in stmts})

0 commit comments

Comments
 (0)