(t *testing.T)
| 1595 | } |
| 1596 | |
| 1597 | func TestQueryAroundNear(t *testing.T) { |
| 1598 | testAroundUnsortedSource(5, 9, t) |
| 1599 | } |
| 1600 | |
| 1601 | func TestQueryAroundFar(t *testing.T) { |
| 1602 | testAroundUnsortedSource(3, 4, t) |
nothing calls this directly
no test coverage detected