From faec347054209bace5f5a191eeac8fc6d82a8180 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Thu, 30 Apr 2020 09:42:02 +0200 Subject: [PATCH] test: use the correct constants.Version in integration tests --- test/context/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/context/config.go b/test/context/config.go index 77ba2c0e..6c5914f4 100644 --- a/test/context/config.go +++ b/test/context/config.go @@ -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" )