Fixed all imports in keys

This commit is contained in:
Ethan Frey
2017-04-19 17:14:19 +02:00
parent 0bfae964e1
commit 91bd7efb7b
13 changed files with 24 additions and 25 deletions

View File

@ -17,7 +17,7 @@ func TestBasicCRUD(t *testing.T) {
pubkey := crypto.GenPrivKeyEd25519().PubKey()
info := keys.Info{
Name: name,
PubKey: crypto.PubKeyS{pubkey},
PubKey: pubkey,
}
// No data: Get and Delete return nothing