Update test coverage

This commit is contained in:
Veronica Berglyd Olsen
2025-02-22 15:52:47 +01:00
parent 3a2440fb92
commit 71675ee4a1
4 changed files with 165 additions and 9 deletions
+1 -1
View File
@@ -987,7 +987,7 @@ class ItemIndex:
def unpackData(self, data: dict) -> None:
"""Iterate through the itemIndex loaded from cache and check
that it's valid. This will raise errors if there is a problem.
that it's valid. This will raise errors if there are problems.
"""
self._items = {}
if not isinstance(data, dict):