Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
match expectation to results obtained with PostGIS3.2
The expectation was toEqual(17) originally; when switching from PostgreSQL 14+PostGIS 3.1 to PostgreSQL 13+PostGIS 3.2 (to match the versions available in Azure Database for PostgreSQL - Flexible Server), processing of the features leads to a count of 18 features (this is due, specifically, to the PostGIS 3.1->3.2 part of the down-up-grade).
- Loading branch information