test: use the correct constants.Version in integration tests

This commit is contained in:
James Houlahan
2020-04-30 09:42:02 +02:00
parent 9b68625522
commit faec347054

View File

@ -23,7 +23,7 @@ import (
"os"
"path/filepath"
"github.com/ProtonMail/gopenpgp/constants"
"github.com/ProtonMail/proton-bridge/pkg/constants"
"github.com/ProtonMail/proton-bridge/pkg/pmapi"
)