Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Aug 21, 2024
1 parent 7e9e91f commit 70cbacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/config/mutator/apply_presets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func TestApplyPresetsPrefixForUcSchema(t *testing.T) {
want string
}{
{
name: "add prefix to job",
name: "add prefix to schema",
prefix: "[prefix]",
schema: &resources.Schema{
CreateSchema: &catalog.CreateSchema{
Expand All @@ -87,7 +87,7 @@ func TestApplyPresetsPrefixForUcSchema(t *testing.T) {
want: "prefix_schema1",
},
{
name: "add empty prefix to job",
name: "add empty prefix to schema",
prefix: "",
schema: &resources.Schema{
CreateSchema: &catalog.CreateSchema{
Expand Down

0 comments on commit 70cbacd

Please sign in to comment.