SONAR-2746 Fix test

This commit is contained in:
Fabrice Bellingard 2013-01-25 08:45:38 +01:00
parent 30d668f520
commit 3c4b6fb0ef

View File

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