refactor(common): Update variable name

This commit is contained in:
Blade Barringer
2015-12-26 20:10:56 -06:00
parent 80ed048d5c
commit b6ab74ceda
2 changed files with 8 additions and 6 deletions

View File

@@ -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);
});