This commit is contained in:
Twangboy 2023-01-19 09:42:06 -07:00
parent 788bfebb13
commit 709578bfa2
No known key found for this signature in database
GPG key ID: 9B77EE3C5C0D9F63

View file

@ -60,7 +60,7 @@ def test_key_exists_non_existing():
"""
Tests the key_exists function using a non existing registry key
"""
assert not (win_reg.key_exists(hive="HKLM", key="SOFTWARE\\FakeKey"))
assert not win_reg.key_exists(hive="HKLM", key="SOFTWARE\\FakeKey")
def test_key_exists_invalid_hive():