Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 15, 2024
1 parent 73c6027 commit 60abc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/tests/test_testutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def foo(self):
assert 1 == 1 # noqa

result = self.run_test_class(TestCase("foo"))
assert not result.wasSuccessful()
assert result.wasSuccessful()
assert len(result.skipped) == 0

def test_skip(self):
Expand Down

0 comments on commit 60abc7d

Please sign in to comment.