Add support for Christmas Tree pickup to TwenteMilieu (#60822)

This commit is contained in:
Franck Nijhof 2021-12-02 10:21:19 +01:00 committed by GitHub
parent 4c158e8168
commit 42bae5439b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions

View file

@ -69,6 +69,7 @@ def mock_twentemilieu() -> Generator[None, MagicMock, None]:
WasteType.ORGANIC: date(2021, 11, 2),
WasteType.PACKAGES: date(2021, 11, 3),
WasteType.PAPER: None,
WasteType.TREE: date(2022, 1, 6),
}
yield twentemilieu