From 70cbacd74afbec88e7bf4d4650473c6349fad518 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 21 Aug 2024 14:40:29 +0200 Subject: [PATCH] - --- bundle/config/mutator/apply_presets_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/config/mutator/apply_presets_test.go b/bundle/config/mutator/apply_presets_test.go index c16b5441a8..ab2478aee0 100644 --- a/bundle/config/mutator/apply_presets_test.go +++ b/bundle/config/mutator/apply_presets_test.go @@ -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{ @@ -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{