Skip to content

Commit 046227a

Browse files
committed
Cleanup: remove a pointless override in a test class.
In fact, this override without the @test annotation effectively switched off this test for git. It's re-enabled now.
1 parent cb6ad5e commit 046227a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/hudson/plugins/scm_sync_configuration/repository/HudsonExtensionsGitTest.java

-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,4 @@ public HudsonExtensionsGitTest() {
88
super(new ScmUnderTestGit());
99
}
1010

11-
@Override
12-
public void shouldJobRenameBeCorrectlyImpactedOnSCM() throws Throwable {
13-
super.shouldJobRenameBeCorrectlyImpactedOnSCM();
14-
}
1511
}

0 commit comments

Comments
 (0)