Update test/test_volatility.py

Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
Eve
2025-04-24 09:00:50 +01:00
committed by GitHub
co-authored by ikelos
parent 8a3f6eee1a
commit dcded3a1fc
+1 -1
View File
@@ -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