Fix setting task favorite status in test fixtures
This commit is contained in:
parent
9e42559d70
commit
01ed17a0f0
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@ export class TaskFactory extends Factory {
|
||||||
done: false,
|
done: false,
|
||||||
list_id: 1,
|
list_id: 1,
|
||||||
created_by_id: 1,
|
created_by_id: 1,
|
||||||
is_favorite: false,
|
|
||||||
index: '{increment}',
|
index: '{increment}',
|
||||||
created: formatISO(now),
|
created: formatISO(now),
|
||||||
updated: formatISO(now)
|
updated: formatISO(now)
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default class FileModel extends AbstractModel {
|
||||||
id: 0,
|
id: 0,
|
||||||
mime: '',
|
mime: '',
|
||||||
name: '',
|
name: '',
|
||||||
size: '',
|
size: 0,
|
||||||
created: null,
|
created: null,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue