File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ func TestGetApprovers(t *testing.T) {
335335 // to assert that there are no duplicated approvers.
336336 setting .Repository .PullRequest .DefaultMergeMessageOfficialApproversOnly = false
337337 approvers := pr .GetApprovers ()
338- expected := "Reviewed-by: User Five <user5@example.com>\n Reviewed-by: User Six <org6@example.com>\n "
338+ expected := "Reviewed-by: User Five <user5@example.com>\n Reviewed-by: Org Six <org6@example.com>\n "
339339 assert .EqualValues (t , expected , approvers )
340340}
341341
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ func TestAPIGetAll(t *testing.T) {
180180
181181 DecodeJSON (t , resp , & apiOrgList )
182182 assert .Len (t , apiOrgList , 7 )
183- assert .Equal (t , "org25 " , apiOrgList [0 ].FullName )
183+ assert .Equal (t , "org 17 " , apiOrgList [0 ].FullName )
184184 assert .Equal (t , "public" , apiOrgList [0 ].Visibility )
185185}
186186
You can’t perform that action at this time.
0 commit comments