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 d5467a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_get_info(self):
if IS_WINDOWS:
self.assertEqual(info['nice'], psutil.NORMAL_PRIORITY_CLASS)
else:
self.assertEqual(info['nice'], 0)
self.assertIn(info['nice'], (-10, 0))

def test_get_info_still_works_when_denied_access(self):
def access_denied():
Expand Down

0 comments on commit d5467a6

Please sign in to comment.