Changing testify import

Signed-off-by: Diogo Monica <diogo@docker.com>
This commit is contained in:
Diogo Monica
2015-07-20 13:32:06 -07:00
parent 42ded6231c
commit 4dfe45d64e

View File

@@ -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) {