This commit is contained in:
Shreyas Goenka 2024-11-29 02:29:18 +01:00
parent fcb8ffff38
commit e9a5544e8c
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ func TestApplyPresetsPrefix(t *testing.T) {
} }
} }
func TestApplyPresetsPrefixForUcSchema(t *testing.T) { func TestApplyPresetsPrefixForSchema(t *testing.T) {
tests := []struct { tests := []struct {
name string name string
prefix string prefix string
@ -129,7 +129,7 @@ func TestApplyPresetsPrefixForUcSchema(t *testing.T) {
} }
} }
func TestApplyPresetsUCVolumesShouldNotBePrefixed(t *testing.T) { func TestApplyPresetsVolumesShouldNotBePrefixed(t *testing.T) {
b := &bundle.Bundle{ b := &bundle.Bundle{
Config: config.Root{ Config: config.Root{
Resources: config.Resources{ Resources: config.Resources{