mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 00:12:17 +00:00
Correct spelling of canBuy
This commit is contained in:
parent
a492649f71
commit
6fdfe6c3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ function checkGearAttributes(set) {
|
|||
expect(gear.str).to.be.at.least(0);
|
||||
});
|
||||
|
||||
it('has a canBy function', () => {
|
||||
it('has a canBuy function', () => {
|
||||
expect(gear.canBuy).to.be.a('function');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue