Skip to content

Commit

Permalink
Update test_passwords.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration committed Dec 17, 2024
1 parent 0701106 commit c9d7b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btcrecover/test/test_passwords.py
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ def test_dogechain_info_cpu(self):
def test_dogechain_info_cpu_2024_CBC(self):
self.wallet_tester("dogechain.wallet.aes.json.2024-cbc")

def test_dogechain_info_cpu_2024_GCM(self):
def test_dogechain_info_cpu_2024_GCM(self):
self.wallet_tester("dogechain.wallet.aes.json.2024-gcm")

@skipUnless(can_load_ecdsa, "requires ECDSA")
Expand Down

0 comments on commit c9d7b99

Please sign in to comment.