Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
parautenbach committed Mar 1, 2014
1 parent 73183b2 commit e0fcf4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void testBuildStartedEvent() throws URISyntaxException, InterruptedExcept
assertTrue(actualNotification.message.contains(expectedTriggerBy));
assertEquals(expectedDefaultRoomId, actualDefaultRoomId);
}

@Test
public void testBuildStartedEventForSubprojectWithImplicitDefaultConfiguration() throws URISyntaxException, InterruptedException {
// Test parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import static org.mockito.Mockito.when;

public class UtilsTest {

@Test
public void testParentsParentHasConfiguration() {
// Test parameters
Expand Down

0 comments on commit e0fcf4d

Please sign in to comment.