Skip to content

Commit

Permalink
🤦‍♀️ fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
geohacker committed Apr 28, 2020
1 parent 05fce34 commit 8573540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/utils/nearest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import fs from 'fs'
import path from 'path'
import { findNearest } from '../../app/utils/nearest'
import { findNearestPoint, addNodes } from '../../app/services/nodecache'
import { findNearestPoint, findNearest } from '../../app/utils/nearest'
import { addNodes } from '../../app/services/nodecache'

test('find nearest features for a node', async () => {
const features = JSON.parse(fs.readFileSync(path.join(__dirname, '../fixtures/osm-geojson-dc.geojson'), { 'encoding': 'utf-8' }))
Expand Down

0 comments on commit 8573540

Please sign in to comment.