mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
fix(analytics): Tweaks per code review
This commit is contained in:
@@ -221,7 +221,8 @@ describe('analytics', function() {
|
||||
var user = {
|
||||
stats: stats,
|
||||
contributor: { level: 1 },
|
||||
purchased: { plan: { planId: 'foo-plan' } }
|
||||
purchased: { plan: { planId: 'foo-plan' } },
|
||||
flags: {tour: {intro: -2}}
|
||||
};
|
||||
|
||||
analyticsData.user = user;
|
||||
@@ -246,7 +247,8 @@ describe('analytics', function() {
|
||||
Level: 4,
|
||||
Mana: 30,
|
||||
contributorLevel: 1,
|
||||
subscription: 'foo-plan'
|
||||
subscription: 'foo-plan',
|
||||
tutorialComplete: true
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user