fixing typo in the test_swap_memory test.

This commit is contained in:
Gareth J. Greenaway 2023-09-20 08:40:46 -07:00 committed by Daniel Wozniak
parent a56e2920f4
commit 7946e6b97b

View file

@ -559,7 +559,7 @@ def test_swap_memory():
ps.swap_memory()
assert (
exc.value.error
== "virtual_memory is only available in psutil 0.6.0 or greater"
== "swap_memory is only available in psutil 0.6.0 or greater"
)
with patch(