Skip to content

Commit b74a997

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

306306
@Test
307-
public void getGValuesNonShouldReturnEmptyCollection() {
307+
public void getGValuesNoneShouldReturnEmptyCollection() {
308308
GraphTraversal.Admin<Object, Edge> traversal = __.addE("likes")
309309
.from(__.V(1))
310310
.to(__.V(2))

0 commit comments

Comments
 (0)