Skip to content

Commit

Permalink
[Tests] Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
panda01 committed Apr 26, 2016
1 parent bd4b5c6 commit dfdf713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fixtures/vislib/mock_data/geohash/_geo_json.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import _ from 'lodash';

module.exports = {
'valueFormatter': _.identity,
'geohashGridAgg': { 'vis': { 'params': {} } },
'geoJson': {
'type': 'FeatureCollection',
'features': [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ describe('TileMap Tests', function () {

it('should only add controls if data exists', function () {
let noData = {
geohashGridAgg: { vis: { params: {} } },
geoJson: {
features: [],
properties: {},
Expand Down

0 comments on commit dfdf713

Please sign in to comment.