diff --git a/internal/app/commands/project/test.go b/internal/app/commands/project/test.go index 3de9ae0c..d38866b6 100644 --- a/internal/app/commands/project/test.go +++ b/internal/app/commands/project/test.go @@ -9,7 +9,7 @@ import ( var Test = cli.Command{ Name: "test", - Usage: "Test current project", + Usage: "Run tests in the current project", Flags: []cli.Flag{common.FORCE_FLAG}, Action: func(c *cli.Context) error { if projectData := ensureProjectDataExists(c, ".", "", "A sandbox is required to test the project, do you want to create one"); projectData != nil {