Add support for Christmas Tree pickup to TwenteMilieu (#60822)
This commit is contained in:
parent
4c158e8168
commit
42bae5439b
3 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue