SONAR-2746 Fix test

Šī revīzija ir iekļauta:
Fabrice Bellingard 2013-01-25 08:45:38 +01:00
vecāks 30d668f520
revīzija 3c4b6fb0ef

Parādīt failu

@ -26,6 +26,6 @@ import static org.fest.assertions.Assertions.assertThat;
public class EmailNotificationsPluginTest {
@Test
public void should_get_extensions() {
assertThat(new EmailNotificationsPlugin().getExtensions()).hasSize(5);
assertThat(new EmailNotificationsPlugin().getExtensions()).hasSize(7);
}
}