Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
frogunder authored Dec 13, 2023
1 parent e5de227 commit dd5ba96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pytests/unit/modules/test_reg.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,4 +867,5 @@ def test_delete_key_recursive_unicode(unicode_key, fake_key):
== expected
)
finally:
reg.delete_key_recursive(hive="HKLM", key=fake_key)
reg.delete_key_recursive(hive="HKLM", key=fake_key)

0 comments on commit dd5ba96

Please sign in to comment.