Skip to content

Commit

Permalink
Update extension_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Dec 20, 2024
1 parent 6611ca3 commit 3e53a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/extension/sumologicextension/extension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1605,8 +1605,8 @@ func Test_cleanupBuildVersion(t *testing.T) {
}{
{
name: "with hash",
args: args{version: "0.108.0-sumo-2-4d57200692d5c5c39effad4ae3b29fef79209113"},
want: "v0.108.0-sumo-2",
args: args{version: "0.114.0-sumo-0-12af6df57c89a341b991d5937faba66d62831e5c"},
want: "v0.114.0-sumo-0",
}, {
name: "already ok",
args: args{version: "v0.108.0-sumo-2"},
Expand Down

0 comments on commit 3e53a12

Please sign in to comment.