Skip to content

Commit

Permalink
chore: remove redundant task
Browse files Browse the repository at this point in the history
  • Loading branch information
manuandru committed Mar 20, 2024
1 parent 9daa90f commit 5c03188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class TypescriptPluginTest : AnnotationSpec() {
val testFolder = getTempDirectoryWithResources("src/test/resources/download-node-env")

testFolder
.executeGradleTask("checkNode", "checkNode")
.executeGradleTask("checkNode")
.output shouldContain "Node is installed at version v20.7.0" // version set in tested env
}
}

0 comments on commit 5c03188

Please sign in to comment.