Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Oct 27, 2024
1 parent e6db441 commit a779f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_get_info(self):
if IS_WINDOWS:
self.assertEqual(info['nice'], psutil.NORMAL_PRIORITY_CLASS)
else:
print("NICE", info["nice"])
self.assertEqual(info['nice'], 0)

def test_get_info_still_works_when_denied_access(self):
Expand Down

0 comments on commit a779f06

Please sign in to comment.