Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
Signed-off-by: vshubhang <[email protected]>
  • Loading branch information
Shubbhang351 committed Oct 12, 2023
1 parent 866c58a commit 0142c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/resources/kubernetessecret/spec/spec_flatten_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestFlattenClusterScopeSpec(t *testing.T) {
expected []interface{}
}{
{
description: "check for nil cluster policy full name",
description: "check for nil cluster secret full name",
input: nil,
expected: nil,
},
Expand Down Expand Up @@ -68,7 +68,7 @@ func TestFlattenClusterGroupScopeSpec(t *testing.T) {
expected []interface{}
}{
{
description: "check for nil cluster policy full name",
description: "check for nil cluster secret full name",
input: nil,
expected: nil,
},
Expand Down

0 comments on commit 0142c3f

Please sign in to comment.