mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-06 20:02:53 +02:00
Fix test
This commit is contained in:
@ -56,7 +56,7 @@ func TestCreateRepoObjectFormat(t *testing.T) {
|
||||
Aliases: []string{"repo"},
|
||||
Commands: []*cli.Command{&CmdRepoCreate},
|
||||
}
|
||||
args := append([]string{"tea", "repos", "create"}, tt.args...)
|
||||
args := append([]string{"repos", "create"}, tt.args...)
|
||||
|
||||
err := reposCmd.Run(context.Background(), args)
|
||||
if tt.wantErr {
|
||||
|
Reference in New Issue
Block a user