rearrange struct vals for consistency
This commit is contained in:
parent
8f19d3b102
commit
8390b4154b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,10 +69,10 @@ func Test_deleteRun(t *testing.T) {
|
|||
name string
|
||||
opts DeleteOptions
|
||||
httpStubs func(*httpmock.Registry)
|
||||
mockGistList bool
|
||||
wantErr bool
|
||||
wantStdout string
|
||||
wantStderr string
|
||||
mockGistList bool
|
||||
}{
|
||||
{
|
||||
name: "successfully delete",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue