mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fixing test
This commit is contained in:
parent
37f3abee5b
commit
51aaecdb94
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ dataTypesArray.forEach(function (dataType, i) {
|
|||
});
|
||||
|
||||
it('should stack values', function () {
|
||||
expect(isStacked).to.be(true);
|
||||
expect(isStacked).to.be(mode === 'stacked' || mode === 'percentage');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue