Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43990] Fix another test.
  • Loading branch information
Evaristo Gutiérrez committed May 2, 2017
1 parent ac66b1b commit afa011d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ public class MatrixChildParametersActionTest {

@Test
public void testLoadingParameters() throws Exception {
MatrixProject project = j.createMatrixProject("project");
MatrixProject project = j.createProject(MatrixProject.class, "project");
StringParameterDefinition def1 = new StringParameterDefinition("definition1", "value1", "description");
StringParameterDefinition def2 = new StringParameterDefinition("definition2", "value2", "description");
ParametersDefinitionProperty prop = new ParametersDefinitionProperty(def1,def2);
Expand Down

0 comments on commit afa011d

Please sign in to comment.