mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix geo_json props test
This commit is contained in:
parent
133d879966
commit
a9b8cd8ddd
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ define(function (require) {
|
|||
|
||||
// props
|
||||
expect(props).to.be.an('object');
|
||||
expect(props).to.only.have.keys('min', 'max');
|
||||
expect(props).to.have.keys('min', 'max');
|
||||
|
||||
// props.min
|
||||
expect(props.min).to.be.a('number');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue