SONAR-2746 Fix test

这个提交包含在:
Fabrice Bellingard 2013-01-25 08:45:38 +01:00
父节点 30d668f520
当前提交 3c4b6fb0ef

查看文件

@ -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);
}
}