Skip to content

Commit

Permalink
JENKINS-35365 EMail-Ext Extended Pipeline Support - Recipient Providers
Browse files Browse the repository at this point in the history
unit tests
  • Loading branch information
davidvanlaatum committed Jun 12, 2016
1 parent 33bb4cd commit ffe30d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -38,6 +38,7 @@
<id>davidvanlaatum</id>
<name>David van Laatum</name>
<timezone>9.5</timezone>
<email>david@vanlaatum.id.au</email>
<roles>
<role>developer</role>
<role>maintainer</role>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/hudson/plugins/emailext/EmailTypeTest.java
Expand Up @@ -18,7 +18,7 @@
public class EmailTypeTest {

@Rule
public static final JenkinsRule j = new JenkinsRule();
public final JenkinsRule j = new JenkinsRule();

@Test
public void testHasNoRecipients() {
Expand Down

0 comments on commit ffe30d8

Please sign in to comment.