We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476eff6 commit 7ba828bCopy full SHA for 7ba828b
indra/tests/test_db_rest.py
@@ -176,7 +176,7 @@ def test_regulate_amount():
176
177
@pytest.mark.nonpublic
178
def test_get_statements_by_hash():
179
- hash_list = [13505361422242217, -22289282229858243, -25056605420392180]
+ hash_list = [11163570810003104, -22289282229858243, -25056605420392180]
180
p = dbr.get_statements_by_hash(hash_list)
181
stmts = p.statements
182
print({s.get_hash(shallow=True): s for s in stmts})
0 commit comments