Skip to content

Commit 72ff419

Browse files
committed
fix call
1 parent aaf9772 commit 72ff419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/julia/LogicalQueryProtocol.jl/test/parser_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116
using LogicalQueryProtocol.Parser: ParserState, Token, relation_id_from_string
117117

118118
# All SDKs must produce the same id for the same string.
119-
parser = ParserState(Token[])
119+
parser = ParserState(Token[], "")
120120
rid = relation_id_from_string(parser, "my_relation")
121121
@test rid.id_low == 0xf2fc83ec57cf8fbc
122122
@test rid.id_high == 0x503f7dc862f367b7

0 commit comments

Comments
 (0)