1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

fix unit test 4

This commit is contained in:
anilkeshav27
2025-07-28 19:39:22 +02:00
parent 9093fa9d25
commit 08b7df6b1f

View File

@@ -213,7 +213,7 @@ go 1.17`
ArtifactVersion: "1.0.0",
}
fileExists = func(s string) (bool, error) {
fileExists := func(s string) (bool, error) {
if s == "go.mod" {
return false, nil
}