Skip to content

Commit

Permalink
Added null custom project name for PerfPublisherTest
Browse files Browse the repository at this point in the history
  • Loading branch information
asimell committed Feb 1, 2018
1 parent 0b95ddc commit eb4743b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ public class PerfPublisherPointGeneratorTest {
public void before() {
build = Mockito.mock(Run.class);
Job job = Mockito.mock(Job.class);
measurementRenderer = new ProjectNameRenderer(CUSTOM_PREFIX);
measurementRenderer = new ProjectNameRenderer(CUSTOM_PREFIX, null);
PerfPublisherBuildAction buildAction = Mockito.mock(PerfPublisherBuildAction.class);
reports = new ReportContainer();

Expand Down

0 comments on commit eb4743b

Please sign in to comment.