diff --git a/test/components/GoogleMap.spec.js b/test/components/GoogleMap.spec.js index 5780f2f..98b9fb3 100644 --- a/test/components/GoogleMap.spec.js +++ b/test/components/GoogleMap.spec.js @@ -69,7 +69,7 @@ describe('Components', () => { class MapHolder extends Component { // eslint-disable-line react/no-multi-comp static propTypes = { - center: PropTypes.array, + center: PropTypes.any, zoom: PropTypes.number, greatPlaceCoords: PropTypes.any, }; @@ -117,7 +117,7 @@ describe('Components', () => { class MapHolder extends Component { // eslint-disable-line react/no-multi-comp static propTypes = { - center: PropTypes.array, + center: PropTypes.any, zoom: PropTypes.number, greatPlaceCoords: PropTypes.any, }; @@ -160,6 +160,9 @@ describe('Components', () => { TestUtils.renderIntoDocument(