Skip to content

Commit

Permalink
Update src/test/groovy/hudson/plugins/gradle/injection/MavenExtension…
Browse files Browse the repository at this point in the history
…DownloadHandlerTest.groovy

Co-authored-by: Alexis Tual <atual@gradle.com>
  • Loading branch information
welandaz and alextu authored Sep 17, 2024
1 parent 7b84a88 commit f1e91e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MavenExtensionDownloadHandlerTest extends Specification {
@Subject
private final MavenExtensionDownloadHandler mavenExtensionDownloadHandler = new MavenExtensionDownloadHandler()

def 'extensions are not redonwloaded if config has not changed'() {
def 'extensions are not redownloaded if config has not changed'() {
given:
def controllerFolder = tempFolder.newFolder()

Expand Down

0 comments on commit f1e91e3

Please sign in to comment.