mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
Correct spelling of canBuy
This commit is contained in:
@@ -33,7 +33,7 @@ function checkGearAttributes(set) {
|
|||||||
expect(gear.str).to.be.at.least(0);
|
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');
|
expect(gear.canBuy).to.be.a('function');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user