Skip to content

Commit 78879b3

Browse files
committed
chore: fix wording and remove unnecessary comments
1 parent 68e645c commit 78879b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/provider/common_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,15 @@ func TestValidateImage(t *testing.T) {
2020
expectedImage model.Image
2121
expectedErr interface{}
2222
}{
23-
// Test strip sha
2423
{
25-
name: "Test strip sha",
24+
name: "Test strip digest",
2625
image: "myimg@sha256:1234567890abcdef",
2726
watchByDef: true,
2827
expectedImage: model.Image{
2928
Name: "myimg",
3029
},
3130
expectedErr: nil,
3231
},
33-
// Test enable and watch by default
3432
{
3533
name: "All excluded by default",
3634
image: "myimg",

0 commit comments

Comments
 (0)