Fix memory module tests
This commit is contained in:
parent
780c5bf3d0
commit
820598b1b8
2 changed files with 23 additions and 13 deletions
|
@ -30,7 +30,6 @@ def meminfo_mock(
|
|||
('Slab', slab)
|
||||
]
|
||||
|
||||
|
||||
for i, (key, value) in enumerate(states):
|
||||
data.append('{}: {} kB'.format(key, value))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue