Skip to content

Commit 3283ca6

Browse files
committed
fine tune
1 parent ec1d686 commit 3283ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/cmd_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestDefaultCommand(t *testing.T) {
3232
assert.NoError(t, cmd.Run(t.Context(), args))
3333
assert.True(t, called)
3434
}
35-
test(t, []string{"app"}, "", true)
36-
test(t, []string{"app", "test"}, "", true)
37-
test(t, []string{"app", "other"}, "other", false)
35+
test(t, []string{"./gitea"}, "", true)
36+
test(t, []string{"./gitea", "test"}, "", true)
37+
test(t, []string{"./gitea", "other"}, "other", false)
3838
}

0 commit comments

Comments
 (0)