This commit is contained in:
2019-07-10 23:45:46 -04:00
parent ebda307995
commit d5b34dc81f
3 changed files with 29 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ module.exports = function (server, auth) {
return next(err, false, 'There was a problem creating the event');
}
const itemsStub = ItemFixture({
const itemsStub = ItemFixture.getDemoData({
eventId: event.id,
auction: 10,
ticket: eventTickets,