Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Lindell <[email protected]>
  • Loading branch information
rerikson and lindell authored Jun 28, 2024
1 parent bbe4a38 commit c1092ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/scm/azuredevops/azuredevops_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ func TestParseRepositoryReference(t *testing.T) {
val: "my-repo",
wantErr: true,
},
{
name: "too many parts",
val: "my-project/my-repo/more-data",
wantErr: true,
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
Expand Down

0 comments on commit c1092ae

Please sign in to comment.