mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 00:38:36 +00:00
committed by
techknowlogick
parent
c6b3c5bcef
commit
67b316a954
@@ -45,7 +45,7 @@ func TestCreateIssueDependency(t *testing.T) {
|
||||
assert.False(t, left)
|
||||
|
||||
// Close #2 and check again
|
||||
err = issue2.ChangeStatus(user1, true)
|
||||
_, err = issue2.ChangeStatus(user1, true)
|
||||
assert.NoError(t, err)
|
||||
|
||||
left, err = IssueNoDependenciesLeft(issue1)
|
||||
|
Reference in New Issue
Block a user