forked from forgejo/forgejo
parent
2d8520d039
commit
7e8242ddb1
2 changed files with 3 additions and 2 deletions
|
@ -19,11 +19,9 @@ func TestCreateIssueDependency(t *testing.T) {
|
|||
|
||||
issue1, err := GetIssueByID(1)
|
||||
assert.NoError(t, err)
|
||||
issue1.LoadAttributes()
|
||||
|
||||
issue2, err := GetIssueByID(2)
|
||||
assert.NoError(t, err)
|
||||
issue2.LoadAttributes()
|
||||
|
||||
// Create a dependency and check if it was successful
|
||||
err = CreateIssueDependency(user1, issue1, issue2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue