We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5a16e commit 674cddfCopy full SHA for 674cddf
libevm/tooling/release/release_test.go
@@ -168,7 +168,7 @@ func TestBranchProperties(t *testing.T) {
168
// `targetBranch` itself, or at a candidate (i.e. PR source) for said branch.
169
func testReleaseBranch(t *testing.T, targetBranch string) {
170
t.Run("branch_name", func(t *testing.T) {
171
- want := fmt.Sprintf("%s/v%s", releaseBranchPrefix, params.LibEVMVersion)
+ want := fmt.Sprintf("%sv%s", releaseBranchPrefix, params.LibEVMVersion) // prefix already includes /
172
assert.Equal(t, want, targetBranch)
173
174
if rt := params.LibEVMReleaseType; !rt.ForReleaseBranch() {
0 commit comments