diff --git a/test/test_volatility.py b/test/test_volatility.py index 3d88eeab1..5491a8836 100644 --- a/test/test_volatility.py +++ b/test/test_volatility.py @@ -196,7 +196,7 @@ def test_windows_thrdscan(image, volatility, python): assert out.find(b"\t4\t8") != -1 assert out.find(b"\t4\t12") != -1 assert out.find(b"\t4\t16") != -1 - # assert out.find(b"this raieses AssertionError") != -1 + # assert out.find(b"this raises AssertionError") != -1 assert rc == 0