Skip to content

Commit

Permalink
Remove some test function suffixes (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jan 26, 2025
1 parent 5708e1a commit 4850db3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PublishingTest : BasePluginTest() {
}

@Test
fun publishShadowJarWithMavenPublishPlugin() {
fun publishShadowJar() {
projectScriptPath.appendText(
publishConfiguration(
shadowBlock = """
Expand All @@ -71,7 +71,7 @@ class PublishingTest : BasePluginTest() {
}

@Test
fun publishShadowJarInsteadOfJarWithMavenPublishPlugin() {
fun publishShadowJarInsteadOfJar() {
projectScriptPath.appendText(
publishConfiguration(
shadowBlock = """
Expand All @@ -93,7 +93,7 @@ class PublishingTest : BasePluginTest() {
}

@BooleanParameterizedTest
fun publishShadowedGradlePluginWithMavenPublishPlugin(legacy: Boolean) {
fun publishShadowedGradlePlugin(legacy: Boolean) {
writeGradlePluginModule(legacy)
projectScriptPath.appendText(
publishConfiguration(
Expand Down Expand Up @@ -152,7 +152,7 @@ class PublishingTest : BasePluginTest() {
}

@Test
fun publishMultiProjectShadowJarWithMavenPublishPlugin() {
fun publishMultiProjectShadowJar() {
settingsScriptPath.appendText(
"""
include 'a', 'b', 'c'
Expand Down

0 comments on commit 4850db3

Please sign in to comment.