mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Remove seed color length test
This commit is contained in:
parent
8a8da41c5f
commit
3dee4d969f
1 changed files with 0 additions and 3 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue