Skip to content

Update search test assertions

Levi Remington requested to merge update-search-test-assertions into master
  • Before, we asserted that JSON features array length must match records array length, but this is unrealistic because we do not generate features for records with invalid geometries (which occurs in all 3 kinds we test for)
  • Now, we just assert that the features JSON array has a length > 0

Merge request reports