Skip to content

Commit 49d5e48

Browse files
committed
fix feature test naming
1 parent b74a997 commit 49d5e48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map

gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AddEdge.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Feature: Step - addE()
359359
And the graph should return 1 for count of "g.V(vid2).outE(\"created\")"
360360
And the graph should return 1 for count of "g.V(vid2).out(\"created\").has(\"name\",\"lop\")"
361361

362-
Scenario: g_addEXknowsX_fromXaX_toXbX_propertyXweight_0_1X
362+
Scenario: g_addEXknowsX_fromXVXvid1XX_toXVXvid6XX_propertyXweight_0_1X
363363
Given the empty graph
364364
And the graph initializer of
365365
"""
@@ -389,7 +389,7 @@ Feature: Step - addE()
389389
And the graph should return 3 for count of "g.V(vid1).outE(\"knows\")"
390390
And the graph should return 1 for count of "g.V(vid1).out(\"knows\").has(\"name\",\"peter\")"
391391

392-
Scenario: g_addEXknowsvarX_fromXaX_toXbX_propertyXweight_0_1X
392+
Scenario: g_addEXknowsvarX_fromXVXvid1XX_toXVXvid6XX_propertyXweight_0_1X
393393
Given the empty graph
394394
And the graph initializer of
395395
"""

0 commit comments

Comments
 (0)