test add, edit, delete

This commit is contained in:
Lysann Tranvouez 2026-03-09 11:46:26 +01:00
parent 98ad323431
commit 12c8c04203
2 changed files with 65 additions and 6 deletions

View file

@ -320,7 +320,7 @@ public class PasswordStore {
saveUpdatedContext()
}
public func saveUpdatedContext() {
private func saveUpdatedContext() {
PersistenceController.shared.save()
}