Skip to content
Snippets Groups Projects
Commit 0b4b349d authored by Leifur Halldor Asgeirsson's avatar Leifur Halldor Asgeirsson
Browse files

`v.id` -> `v.id()` in a gremlin string in a test

`v.id` was working because `id` is a public field on TinkerGraph
vertices, but that field isn't part of the [Vertex][1] interface. The
id() method should work regardless of vendor. (The id field isn't
available on DSE).

[1]: http://tinkerpop.apache.org/javadocs/3.1.5/core/index.html?org/apache/tinkerpop/gremlin/structure/Vertex.html
parent 476ebde4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment