Add test coverage of status and importance reordering

This commit is contained in:
Veronica Berglyd Olsen
2022-04-16 18:35:26 +02:00
parent 6aa13e318b
commit 3ed74f0b02
5 changed files with 62 additions and 17 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ class NWStatus():
return False
if order == list(self._store.keys()):
return True
return False
store = {}
for key in order: