Skip to content

Commit

Permalink
add test to memory widget for parameter avalable memory
Browse files Browse the repository at this point in the history
  • Loading branch information
sohanglal authored and tych0 committed Mar 19, 2024
1 parent 6f9eb97 commit 73024e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/widgets/test_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def __init__(self):
self.used = 2534260736 # 2,474,864K, 2,417M, 2.36G
self.total = 8180686848 # 7,988,952K, 7,802M, 7.72G
self.free = 2354114560
self.available = 5646426112
self.percent = 39.4
self.buffers = 346394624
self.active = 1132359680
Expand Down

0 comments on commit 73024e1

Please sign in to comment.