tests: add missing FilterTest

This commit is contained in:
2022-08-04 09:15:05 +02:00
parent 28599adf48
commit ea1a53ed37
7 changed files with 439 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ class GeographicalUnitStatFilter implements FilterInterface
{
private const LOCTYPE = [
'center' => 'territoire',
'center' => 'center',
// TODO not yet implemented: https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/626
];