Skip to content

Commit cb3c538

Browse files
committed
fix tests after branch change
1 parent 1434b6a commit cb3c538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/helm_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ var versionTests = []struct {
7575
{"master", "1.0.0", "0000001", "1", false, "1.0.1-1+0000001"},
7676
{"master", "1.0.0", "0000002", "0", true, "1.0.0+0000002"},
7777
{"master", "", "0000003", "1", false, "0.0.2-1+0000003"},
78-
{"otherBranch", "1.0.0", "0000010", "1", false, "1.0.1-0.otherbranch.1+0000010"},
78+
{"otherBranch", "1.0.0", "0000010", "1", false, "1.0.1-0.otherbranch+0000010"},
7979
{"otherBranch", "1.0.0", "0000011", "0", true, "1.0.0+0000011"},
80-
{"weird/branch$$other", "0.1.2", "0000020", "1", false, "0.1.3-0.weird.branch.other.1+0000020"},
80+
{"weird/branch$$other", "0.1.2", "0000020", "1", false, "0.1.3-0.weird.branch.other+0000020"},
8181
{"noversion", "", "0000030", "0", true, "0.0.1+0000030"},
8282
}
8383

0 commit comments

Comments
 (0)