From 6fdfe6c3bf0ccf26b054ef523cd75727e5095ea2 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 3 Oct 2015 09:59:40 -0500 Subject: [PATCH] Correct spelling of canBuy --- test/content/gear.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/content/gear.js b/test/content/gear.js index 056d1fea81..9fb067b55d 100644 --- a/test/content/gear.js +++ b/test/content/gear.js @@ -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'); });