Skip to content

Commit

Permalink
Update map reference to use new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Oct 1, 2019
1 parent 4ad77ed commit 9886eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private String[] toClassMethodName( TestIdentifier testIdentifier, boolean usePl
if ( usePlan )
{
source = testPlan.getParent( testIdentifier )
.map( this::toClassMethodName )
.map( i -> toClassMethodName( i, usePlan ) )
.map( s -> new String[] { s[0], s[1] } )
.orElse( new String[] { realClassName, realClassName } );
}
Expand Down

0 comments on commit 9886eb5

Please sign in to comment.