Fixed broken testdata script

master
Mark Moffat 2019-12-16 13:06:20 +10:30
parent f149b87c3a
commit 41cb4e24c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const { getConfig } = require('./common');
const { initDb } = require('./db');
const { fixProductDates } = require('./indexing');
const { fixProductDates } = require('../test/helper');
const fs = require('fs');
const path = require('path');