Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas-gheydi committed Sep 7, 2024
1 parent 002b518 commit e0284d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/service/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestBuildCNP_LabelFilter(t *testing.T) {
wantErr: false,
},

{name: "ShouldBeFiltered_k8s.io",
{name: "ShouldBeEmptyReusltWithError",
given: map[string]string{"statefulset.kubernetes.io/pod-name": "test"},
want: map[string]string{},
wantErr: true,
Expand Down

0 comments on commit e0284d2

Please sign in to comment.