mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Update profile management test for new seed prompt
This commit is contained in:
@@ -41,7 +41,7 @@ def test_add_and_delete_entry(monkeypatch):
|
||||
manager_module.PasswordManager, "generate_bip85_seed", lambda self: seed
|
||||
)
|
||||
monkeypatch.setattr(manager_module, "confirm_action", lambda *_a, **_k: True)
|
||||
monkeypatch.setattr("builtins.input", lambda *_a, **_k: "2")
|
||||
monkeypatch.setattr("builtins.input", lambda *_a, **_k: "3")
|
||||
|
||||
pm.add_new_fingerprint()
|
||||
|
||||
|
Reference in New Issue
Block a user