Remove seed color length test

This commit is contained in:
Rashid Khan 2014-12-10 16:09:21 -07:00
parent 8a8da41c5f
commit 3dee4d969f

View file

@ -113,9 +113,6 @@ define(function (require) {
expect(seedColors instanceof Array).to.be(true);
});
it('should return an array of length 72', function () {
expect(seedColors.length).to.be(72);
});
});
describe('Color Palette', function () {