Skip to content

Commit ddb4f46

Browse files
Apply suggestion from @andreachild
Co-authored-by: andreachild <andrea.child@improving.com>
1 parent 7c18855 commit ddb4f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AddEdgeStartStepTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void getGValuesShouldReturnAllGValues() {
212212
}
213213

214214
@Test
215-
public void getGValuesNonShouldReturnEmptyCollection() {
215+
public void getGValuesNoneShouldReturnEmptyCollection() {
216216
GraphTraversal.Admin<Edge, Edge> traversal = g.addE("likes")
217217
.from(__.V(1))
218218
.to(__.V(2))

0 commit comments

Comments
 (0)