fix(tasks): task relation test
This commit is contained in:
parent
6bb42ced9d
commit
19f69419f7
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user