From acbe058317de32279b4650467d04d1be2c3ba217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Jureti=C4=87?= Date: Wed, 25 Dec 2013 15:29:39 -0300 Subject: [PATCH] Fix tests by adding quest attributes --- tests/algos.mocha.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/algos.mocha.coffee b/tests/algos.mocha.coffee index 0ad6c77b15..6dd5ffdd06 100644 --- a/tests/algos.mocha.coffee +++ b/tests/algos.mocha.coffee @@ -20,6 +20,10 @@ newUser = (addTasks=true)-> gear: equipped: {} costume: {} + party: + quest: + progress: + down: 0 preferences: {} dailys: [] todos: []