diff --git a/e2e/stack/deploy_test.go b/e2e/stack/deploy_test.go index 086af3ea16..27790acd46 100644 --- a/e2e/stack/deploy_test.go +++ b/e2e/stack/deploy_test.go @@ -19,7 +19,7 @@ func TestDeployWithNamedResources(t *testing.T) { result.Assert(t, icmd.Success) stdout := strings.Split(result.Stdout(), "\n") - expected := strings.Split(string(golden.Get(t, "stack-deploy-with-nanes.golden")), "\n") + expected := strings.Split(string(golden.Get(t, "stack-deploy-with-names.golden")), "\n") sort.Strings(stdout) sort.Strings(expected) assert.DeepEqual(t, stdout, expected) diff --git a/e2e/stack/testdata/stack-deploy-with-nanes.golden b/e2e/stack/testdata/stack-deploy-with-names.golden similarity index 100% rename from e2e/stack/testdata/stack-deploy-with-nanes.golden rename to e2e/stack/testdata/stack-deploy-with-names.golden