mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 00:09:04 +00:00
Handle decryption failures when syncing index
This commit is contained in:
@@ -63,7 +63,7 @@ def test_index_export_import_round_trip():
|
||||
},
|
||||
}
|
||||
)
|
||||
vault.decrypt_and_save_index_from_nostr(encrypted)
|
||||
assert vault.decrypt_and_save_index_from_nostr(encrypted)
|
||||
|
||||
loaded = vault.load_index()
|
||||
assert loaded["entries"] == original["entries"]
|
||||
|
Reference in New Issue
Block a user