Skip to content

Commit

Permalink
fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 23, 2023
1 parent ed4c25b commit 46be395
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -220,15 +220,17 @@ describe('getGeoContainmentExecutor', () => {
{
dateInShape: '2021-04-28T16:56:11.923Z',
docId: 'ZVBoGXkBsFLYN2Tj1wmV',
location: 'POINT (-73.99018926545978 40.751759740523994)',
location: [0, 0],
locationWkt: 'POINT (-73.99018926545978 40.751759740523994)',
shapeLocationId: 'kFATGXkBsFLYN2Tj6AAk',
},
],
'1': [
{
dateInShape: '2021-04-28T16:56:11.923Z',
docId: 'ZlBoGXkBsFLYN2Tj1wmV',
location: 'POINT (-73.99561604484916 40.75449890457094)',
location: [0, 0],
locationWkt: 'POINT (-73.99561604484916 40.75449890457094)',
shapeLocationId: 'kFATGXkBsFLYN2Tj6AAk',
},
],
Expand Down

0 comments on commit 46be395

Please sign in to comment.