Skip to content

Commit

Permalink
gh-2571: Updated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
t92549 committed Jan 17, 2022
1 parent 4817e44 commit 0518842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public void shouldNotHaveMatchedVertexWithBothInputAndEntityView(Edge edge) thro

@ParameterizedTest
@MethodSource("getEdgeVariants")
public void shouldTest9(Edge edge) throws OperationException {
public void shouldNotHaveMatchedVertexWithBothInputAndEdgeView(Edge edge) throws OperationException {
// Given
final Graph graph = createGraph(edge);
final GetElements getElements = new GetElements.Builder()
Expand Down

0 comments on commit 0518842

Please sign in to comment.