mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
refactor(common): Update variable name
This commit is contained in:
@@ -31,7 +31,7 @@ describe('user.fns.updateStats', () => {
|
||||
hp: -5,
|
||||
};
|
||||
|
||||
user.fns.updateStats(stats)
|
||||
user.fns.updateStats(stats);
|
||||
|
||||
expect(user.stats.hp).to.eql(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user