diff --git a/pkg/models/task_relation_test.go b/pkg/models/task_relation_test.go index b037d224d..ca7e92abc 100644 --- a/pkg/models/task_relation_test.go +++ b/pkg/models/task_relation_test.go @@ -157,7 +157,7 @@ func TestTaskRelation_CanCreate(t *testing.T) { rel := TaskRelation{ TaskID: 1, - OtherTaskID: 13, + OtherTaskID: 32, RelationKind: RelationKindSubtask, } can, err := rel.CanCreate(s, &user.User{ID: 1})