File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -201,11 +201,12 @@ func TestPRList_filteringDraft(t *testing.T) {
201201 name string
202202 cli string
203203 expectedQuery string
204- }{{
205- "draft" ,
206- "--draft" ,
207- `repo:OWNER/REPO is:pr is:open draft:true` ,
208- },
204+ }{
205+ {
206+ "draft" ,
207+ "--draft" ,
208+ `repo:OWNER/REPO is:pr is:open draft:true` ,
209+ },
209210 {
210211 "non-draft" ,
211212 "--non-draft" ,
@@ -247,11 +248,12 @@ func TestPRList_web(t *testing.T) {
247248 name string
248249 cli string
249250 expectedBrowserURL string
250- }{{
251- "test" ,
252- "-a peter -l bug -l docs -L 10 -s merged -B trunk" ,
253- "https://github.com/OWNER/REPO/pulls?q=is%3Apr+is%3Amerged+assignee%3Apeter+label%3Abug+label%3Adocs+base%3Atrunk" ,
254- },
251+ }{
252+ {
253+ "test" ,
254+ "-a peter -l bug -l docs -L 10 -s merged -B trunk" ,
255+ "https://github.com/OWNER/REPO/pulls?q=is%3Apr+is%3Amerged+assignee%3Apeter+label%3Abug+label%3Adocs+base%3Atrunk" ,
256+ },
255257 {
256258 "draft" ,
257259 "--draft" ,
You can’t perform that action at this time.
0 commit comments