Skip to content

Commit

Permalink
squash: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
turboBasic committed Dec 25, 2023
1 parent 2bf96e1 commit 90b851b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testSupport/PipelineTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class PipelineTest extends BasePipelineTest {
helper.registerAllowedMethod("ansiColor", [String, Closure], {
String termCode, Closure body -> body()
})
helper.registerAllowedMethod("buildDescription", [String], {})
helper.registerAllowedMethod("buildName", [String], {})
helper.registerAllowedMethod("buildDescription", [String])
helper.registerAllowedMethod("buildName", [String])
helper.registerAllowedMethod('junit', [Map])
helper.registerAllowedMethod('publishHTML', [Map])

Expand Down

0 comments on commit 90b851b

Please sign in to comment.