1
0
şunun yansıması https://github.com/SonarSource/sonarqube.git eşitlendi 2024-07-28 08:17:45 +02:00

SONAR-2746 Fix test

Bu işleme şunda yer alıyor:
Fabrice Bellingard 2013-01-25 08:45:38 +01:00
ebeveyn 30d668f520
işleme 3c4b6fb0ef

Dosyayı Görüntüle

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