Skip to content

Commit 1525d56

Browse files
committed
Rename sys.Executor tests
1 parent 230a00d commit 1525d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/sys/executor_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/tmrts/flamingo/pkg/sys"
99
)
1010

11-
func TestCommandExecution(t *testing.T) {
11+
func TestExecutesACommand(t *testing.T) {
1212
Convey("Given a command and a list of arguments", t, func() {
1313
cmd, args := "echo", []string{"-n", "fi fye fo fum"}
1414

@@ -21,7 +21,7 @@ func TestCommandExecution(t *testing.T) {
2121
})
2222
}
2323

24-
func TestExecutingACommandWithErrors(t *testing.T) {
24+
func TestExecutesAnInvalidCommand(t *testing.T) {
2525
Convey("Given an erroneous command", t, func() {
2626
cmd := "tHiScOmMaNdDoEsNtExIsT"
2727

0 commit comments

Comments
 (0)