From 701b1786a85d21903e3d1718229035bbc57dc906 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 15 Oct 2024 22:03:29 +0200 Subject: [PATCH] fmt --- bundle/config/mutator/apply_presets_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/config/mutator/apply_presets_test.go b/bundle/config/mutator/apply_presets_test.go index b6b71d46e..50c5618be 100644 --- a/bundle/config/mutator/apply_presets_test.go +++ b/bundle/config/mutator/apply_presets_test.go @@ -148,7 +148,7 @@ func TestApplyPresetsPrefixForUcVolumes(t *testing.T) { prefix: "[prefix]", volume: &resources.Volume{ CreateVolumeRequestContent: &catalog.CreateVolumeRequestContent{ - Name: "volume1", + Name: "volume1", CatalogName: "catalog1", SchemaName: "schema1", },