From 4dfe45d64eb77cd005712c1a530218baba8dba9b Mon Sep 17 00:00:00 2001 From: Diogo Monica Date: Mon, 20 Jul 2015 13:32:06 -0700 Subject: [PATCH] Changing testify import Signed-off-by: Diogo Monica --- trustmanager/keyfilestore_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustmanager/keyfilestore_test.go b/trustmanager/keyfilestore_test.go index 4312edc285..65795d4467 100644 --- a/trustmanager/keyfilestore_test.go +++ b/trustmanager/keyfilestore_test.go @@ -8,7 +8,7 @@ import ( "path/filepath" "testing" - "github.com/docker/notary/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" ) var passphraseRetriever = func(keyID string, alias string, createNew bool, numAttempts int) (string, bool, error) {