Skip to content

Commit aaf9772

Browse files
committed
fix call
1 parent d8cab8a commit aaf9772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
def test_relation_id_from_string():
1313
"""All SDKs must produce the same id for the same string."""
14-
parser = Parser([])
14+
parser = Parser([], "")
1515
rid = parser.relation_id_from_string("my_relation")
1616
assert rid.id_low == 0xF2FC83EC57CF8FBC
1717
assert rid.id_high == 0x503F7DC862F367B7

0 commit comments

Comments
 (0)