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 d8cab8a commit aaf9772Copy full SHA for aaf9772
1 file changed
sdks/python/tests/test_parser.py
@@ -11,7 +11,7 @@
11
12
def test_relation_id_from_string():
13
"""All SDKs must produce the same id for the same string."""
14
- parser = Parser([])
+ parser = Parser([], "")
15
rid = parser.relation_id_from_string("my_relation")
16
assert rid.id_low == 0xF2FC83EC57CF8FBC
17
assert rid.id_high == 0x503F7DC862F367B7
0 commit comments