fix geo_json props test

This commit is contained in:
Joe Fleming 2015-06-01 09:46:31 -07:00
parent 133d879966
commit a9b8cd8ddd

View file

@ -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');