Skip to content

Commit

Permalink
Fixed test source spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarich committed Jan 9, 2014
1 parent 07340f2 commit 3e61523
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void shouldIncreaseFileMetricForAllScalaFiles() throws IOException {
verifyMeasuring(CoreMetrics.FILES, NUMBER_OF_FILES, 1.0);
}

@Test
@Test
public void shouldMeasureNothingWhenNoFiles() {
analyseScalaFiles(0);
verifyNoMoreInteractions(sensorContext);
Expand Down Expand Up @@ -201,7 +201,7 @@ private void analyseOneScalaFile() {
analyseScalaFiles(1);
}

private void analyseAllScalaFiles() {
private void analyseAllScalaFiles() {
analyseScalaFiles(NUMBER_OF_FILES);
}

Expand Down

0 comments on commit 3e61523

Please sign in to comment.