fix(test): accommodate changing seasons

This commit is contained in:
Sabe Jones
2016-11-04 20:38:29 +00:00
parent 8cbbb58e78
commit 49561bfc8c
@@ -15,7 +15,7 @@ describe('GET /shops/seasonal', () => {
expect(shop.identifier).to.equal('seasonalShop');
expect(shop.text).to.eql(t('seasonalShop'));
expect(shop.notes).to.eql(t('seasonalShopFallText'));
expect(shop.notes).to.be.a('string');
expect(shop.imageName).to.be.a('string');
expect(shop.categories).to.be.an('array');
});