add missing tests

This commit is contained in:
Stefan Allius
2024-04-07 22:44:53 +02:00
parent 06b896d6e9
commit 97da24c839
2 changed files with 46 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ class ClrAtMidnight:
dict = dict[prfx]
for key in keys[1:-1]:
if key not in dict: # pragma: no cover
if key not in dict:
dict[key] = {}
dict = dict[key]
dict[keys[-1]] = 0