Skip to content

Commit

Permalink
Update azure_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
senjucanon2 authored Aug 7, 2024
1 parent 122a705 commit 0116853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scm/driver/azure/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ func TestSanitizeBranchName(t *testing.T) {
"refs/heads/master",
},
{
"refs/heads/master",
"feature/main-patch",
args{
"refs/heads/master",
"feature/main-patch",
},
"refs/heads/master",
"refs/heads/feature/main-patch",
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 0116853

Please sign in to comment.