style: 4matting

This commit is contained in:
3wc
2025-09-03 13:33:23 -04:00
parent 117f64a9d6
commit d9f1f82923
4 changed files with 11 additions and 13 deletions

View File

@ -74,7 +74,7 @@ func TestGetConfigNameAndVersion(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
name, version, err := GetConfigNameAndVersion(tt.fullName, tt.stackName)
if tt.expectError {
assert.Error(t, err)
assert.Empty(t, name)
@ -86,4 +86,4 @@ func TestGetConfigNameAndVersion(t *testing.T) {
}
})
}
}
}

View File

@ -55,4 +55,4 @@ func TestGetSecretNames(t *testing.T) {
assert.Equal(t, tt.expected, result, tt.description)
})
}
}
}