File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ func TestNewCmdRename(t *testing.T) {
6969 }
7070}
7171
72- func TestRenameRun (t * testing.T ) {
72+ func TestRenameRun (t * testing.T ) {
7373 testCases := []struct {
74- name string
75- opts RenameOptions
74+ name string
75+ opts RenameOptions
7676 httpStubs func (* httpmock.Registry )
7777 stdoutTTY bool
78- wantOut string
78+ wantOut string
7979 }{
8080 {
8181 name : "owner repo change name tty" ,
@@ -138,7 +138,7 @@ func TestRenameRun(t *testing.T) {
138138 }
139139 tt .opts .HttpClient = func () (* http.Client , error ) {
140140 return & http.Client {Transport : reg }, nil
141- }
141+ }
142142
143143 io , _ , stdout , _ := iostreams .Test ()
144144 tt .opts .IO = io
@@ -152,5 +152,4 @@ func TestRenameRun(t *testing.T) {
152152 assert .Equal (t , tt .wantOut , stdout .String ())
153153 })
154154 }
155-
156- }
155+ }
You can’t perform that action at this time.
0 commit comments