Correct issue on unittest

This commit is contained in:
nicolargo 2024-03-17 17:29:01 +01:00
parent b11e085dc5
commit 438ed4488d

View File

@ -47,7 +47,7 @@ class GlancesEvent:
sum: float
count: int
avg: float
top: list[str]
top: list
desc: str
sort: str
global_msg: str