Skip to content

Commit 7bdb677

Browse files
committed
fix test
1 parent b5b3956 commit 7bdb677

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/src/test/java/jenkins/management/AdministrativeMonitorsConfigurationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
import static org.hamcrest.MatcherAssert.assertThat;
2828
import static org.hamcrest.Matchers.is;
29-
import static org.hamcrest.Matchers.not;
3029

3130
import hudson.ExtensionList;
3231
import hudson.util.DoubleLaunchChecker;
@@ -52,7 +51,6 @@ void setUp(JenkinsRule rule) {
5251
void globalConfigurationRoundTripKeepsDoubleLaunchCheckerEnabled() throws Exception {
5352
DoubleLaunchChecker monitor = ExtensionList.lookupSingleton(DoubleLaunchChecker.class);
5453
assertThat(monitor.id, is(DoubleLaunchChecker.class.getName()));
55-
assertThat(monitor.getId(), not(monitor.id));
5654
assertThat(monitor.isEnabled(), is(true));
5755

5856
HtmlForm form = j.createWebClient().goTo("configure").getFormByName("config");

0 commit comments

Comments
 (0)