From cd20000fecc1969522bf7e774ba139945b82c7b4 Mon Sep 17 00:00:00 2001 From: Carlos Bermudez Porto <43155355+cbermudez97@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:06:20 -0400 Subject: [PATCH] fix: typo in cli/actions/generation_test.go Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com> --- cli/actions/generation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/actions/generation_test.go b/cli/actions/generation_test.go index ce203fb3..4ff6519a 100644 --- a/cli/actions/generation_test.go +++ b/cli/actions/generation_test.go @@ -499,7 +499,7 @@ func validateGeneration(t *testing.T, samplePath string, datadirs ...datadirsVal assert.FileExists(t, filepath.Join(samplePath, configs.DefaultDockerComposeScriptName)) // Check that .env file exist assert.FileExists(t, filepath.Join(samplePath, configs.DefaultEnvFileName)) - // Check datadirs are correclty generated + // Check datadirs are correctly generated for _, datadir := range datadirs { if datadir.shouldExist { assert.DirExists(t, filepath.Join(samplePath, datadir.path))