rearrange struct vals for consistency

This commit is contained in:
danochoa 2024-12-30 18:18:50 -06:00
parent 8f19d3b102
commit 8390b4154b

View file

@ -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",