Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jan 6, 2024
1 parent ddeb365 commit 93ea210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def spawn_psproc(self, *args, **kwargs):
try:
return psutil.Process(sproc.pid)
except psutil.NoSuchProcess:
self.assertProcessGone(sproc.pid)
self.assertPidGone(sproc.pid)
raise

# ---
Expand Down

0 comments on commit 93ea210

Please sign in to comment.