1
0

GODT-1650: sending with multiple addresses

This commit is contained in:
James Houlahan
2022-10-05 10:17:09 +02:00
parent 0badd69409
commit df7479f506
5 changed files with 86 additions and 16 deletions

View File

@ -1,14 +0,0 @@
package tests
import (
"github.com/ProtonMail/proton-bridge/v2/internal/certs"
"gitlab.protontech.ch/go/liteapi/server/account"
)
func init() {
// Use the fast key generation for tests.
account.GenerateKey = FastGenerateKey
// Use the fast cert generation for tests.
certs.GenerateCert = FastGenerateCert
}