Skip to content

Commit

Permalink
Merge pull request #2888 from apache/fix-structure-array-tests
Browse files Browse the repository at this point in the history
Changed structure feature test parameter name
  • Loading branch information
DKZed authored Nov 12, 2024
2 parents 04fc394 + f47e64f commit bf1656f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public static class PropertyFeatureSupportTest extends AbstractGremlinTest {
uniformIntegerList.add(300);
}

@Parameterized.Parameters(name = "supports{0}({1})")
@Parameterized.Parameters(name = "supports{0}")
public static Iterable<Object[]> data() {
return Arrays.asList(new Object[][]{
{PropertyFeatures.FEATURE_BOOLEAN_VALUES, true},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public static class GraphVariablesFeatureSupportTest extends AbstractGremlinTest
}


@Parameterized.Parameters(name = "supports{0}({1})")
@Parameterized.Parameters(name = "supports{0}")
public static Iterable<Object[]> data() {
return Arrays.asList(new Object[][]{
{Graph.Features.VariableFeatures.FEATURE_BOOLEAN_VALUES, true},
Expand Down

0 comments on commit bf1656f

Please sign in to comment.