mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
test(quests): Fix tests
This commit is contained in:
@@ -24,7 +24,7 @@ var specHelper = {};
|
||||
food: {},
|
||||
pets: {},
|
||||
mounts: {},
|
||||
gear: {equipped: {}, costume: {}, owned: {}},
|
||||
gear: {equipped: {}, costume: {}, owned: {}}
|
||||
},
|
||||
party: {
|
||||
quest: {
|
||||
@@ -37,7 +37,7 @@ var specHelper = {};
|
||||
rewards: [],
|
||||
flags: {},
|
||||
filters: {},
|
||||
achievements: {},
|
||||
achievements: {}
|
||||
};
|
||||
return user;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user