Skip to content

Commit 49c2493

Browse files
committed
Remove uncessary comments
1 parent 9b84eb0 commit 49c2493

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/adapter/search-request-adapter/__tests__/search-params.tests.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,3 @@ test('Adapt SearchContext with no sort abd no filters and geo rules ', () => {
8888
expect(searchParams.attributesToHighlight).toContain('*')
8989
expect(searchParams.attributesToHighlight?.length).toBe(1)
9090
})
91-
// test('AdaptGeoPoints with same 0 lat and 0 lng geo points', () => {
92-
// const returnedDistribution = adaptSearchParams('0,0,0,0')
93-
94-
// expect(returnedDistribution?.filter).toBe('_geoRadius(0, 0, 0)')
95-
// expect(returnedDistribution?.sort).toBe('_geoPoint(0, 0):asc')
96-
// })
97-
98-
// test('AdaptGeoPoints with integer geo points', () => {
99-
// const returnedDistribution = adaptSearchParams('1,2,3,4')
100-
// expect(returnedDistribution?.filter).toBe(
101-
// '_geoRadius(2.0003044085023727, 2.999390393801055, 157202)'
102-
// )
103-
// expect(returnedDistribution?.sort).toBe(
104-
// '_geoPoint(2.0003044085023727, 2.999390393801055):asc'
105-
// )
106-
// })

0 commit comments

Comments
 (0)