Skip to content

Commit

Permalink
fix: typo in cli/actions/generation_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Tenorio <[email protected]>
  • Loading branch information
cbermudez97 and AntiD2ta authored Jul 25, 2023
1 parent 48e5706 commit cd20000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/actions/generation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit cd20000

Please sign in to comment.