Skip to content

Commit e3c74f8

Browse files
author
haikalpribadi
committed
Replaced 'graql' with 'typeql'
1 parent e1b36f8 commit e3c74f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typeql/language/match.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -1991,12 +1991,12 @@ Feature: TypeQL Match Query
19911991
Given connection close all sessions
19921992
Given connection open data session for database: typedb
19931993
Given session opens transaction of type: read
1994-
When get answers of graql match
1994+
When get answers of typeql match
19951995
"""
19961996
match $x isa $t; { $t type person; } or {$t type company;};
19971997
"""
19981998
Then answer size is: 0
1999-
When get answers of graql match
1999+
When get answers of typeql match
20002000
"""
20012001
match $x isa $t; { $t type person; } or {$t type company;}; limit 1;
20022002
"""

0 commit comments

Comments
 (0)