chore: fix typo in create_test.go

Signed-off-by: SADIK KUZU <sadikkuzu@hotmail.com>
This commit is contained in:
SADIK KUZU 2025-05-05 16:37:13 +03:00
parent c3864a45d3
commit 3514acdcb2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func TestReadFromYaml(t *testing.T) {
`)
state, err := createFromYaml(yamlContent, yamlFile, DefaultEnv, logger)
if err != nil {
t.Errorf("unxpected error: %v", err)
t.Errorf("unexpected error: %v", err)
}
if state.Releases[0].Name != "myrelease" {