1
0

Fix table names in test fixtures

This commit is contained in:
kolaente
2021-03-30 20:41:05 +02:00
parent ddf62367a2
commit 2e02a82afe
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ import {Factory} from '../support/factory'
import {formatISO} from 'date-fns'
export class LabelTaskFactory extends Factory {
static table = 'label_task'
static table = 'label_tasks'
static factory() {
const now = new Date()