diff --git a/__tests__/utils/nearest.test.js b/__tests__/utils/nearest.test.js index 5f29a17e5..eeb00bfed 100644 --- a/__tests__/utils/nearest.test.js +++ b/__tests__/utils/nearest.test.js @@ -5,8 +5,7 @@ import fs from 'fs' import path from 'path' import { findNearest } from '../../app/utils/nearest' -import { addNodes } from '../../app/services/nodecache' -import { findNearestPoint } from '../../app/utils/nearest' +import { findNearestPoint, 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' }))