bring the path test in line with the gremlin test, add Back()
This commit is contained in:
parent
bcbdb1f82a
commit
b91b7ab824
4 changed files with 130 additions and 63 deletions
|
|
@ -262,14 +262,14 @@ var testQueries = []struct {
|
|||
query: `
|
||||
g.V().InPredicates().All()
|
||||
`,
|
||||
expect: []string{"follows", "status"},
|
||||
expect: []string{"are", "follows", "status"},
|
||||
},
|
||||
{
|
||||
message: "list all out predicates",
|
||||
query: `
|
||||
g.V().OutPredicates().All()
|
||||
`,
|
||||
expect: []string{"follows", "status"},
|
||||
expect: []string{"are", "follows", "status"},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue