File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 372372 created_unix : 1707270422
373373 updated_unix : 1707270422
374374 is_locked : false
375-
376- -
377- id : 23
378- repo_id : 3
379- index : 3
380- poster_id : 1
381- original_author_id : 0
382- name : issue23
383- content : content23
384- milestone_id : 0
385- priority : 0
386- is_closed : false
387- is_pull : false
388- num_comments : 0
389- created_unix : 1707270500
390- updated_unix : 1707270500
391- is_locked : false
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ func TestAPIAddIssueLabelsWithLabelNames(t *testing.T) {
118118 assert .NoError (t , unittest .LoadFixtures ())
119119
120120 repo := unittest .AssertExistsAndLoadBean (t , & repo_model.Repository {ID : 3 })
121- issue := unittest .AssertExistsAndLoadBean (t , & issues_model.Issue {ID : 23 , RepoID : repo .ID })
121+ issue := unittest .AssertExistsAndLoadBean (t , & issues_model.Issue {ID : 6 , RepoID : repo .ID })
122122 owner := unittest .AssertExistsAndLoadBean (t , & user_model.User {ID : repo .OwnerID })
123123 repoLabel := unittest .AssertExistsAndLoadBean (t , & issues_model.Label {ID : 10 , RepoID : repo .ID })
124124 orgLabel := unittest .AssertExistsAndLoadBean (t , & issues_model.Label {ID : 4 , OrgID : owner .ID })
You can’t perform that action at this time.
0 commit comments