mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56:29 +03:00
feat: reset all indirect verifications
This commit is contained in:
@@ -159,7 +159,10 @@ async fn test_key_contacts_migration_verified() -> Result<()> {
|
||||
INSERT INTO chats_contacts VALUES(10,10,1745609547,0);
|
||||
"#,
|
||||
)?)).await?;
|
||||
t.sql.run_migrations(&t).await?;
|
||||
|
||||
STOP_MIGRATIONS_AT
|
||||
.scope(133, t.sql.run_migrations(&t))
|
||||
.await?;
|
||||
|
||||
// Hidden address-contact can't be looked up.
|
||||
assert!(
|
||||
|
||||
Reference in New Issue
Block a user