Cleanup nano calls, cannot run parallel test on one hardware device

This commit is contained in:
Ethan Frey
2017-10-24 11:38:06 +02:00
parent 91fccb8b14
commit 085d72d212
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -185,6 +185,7 @@ func TestSignWithLedger(t *testing.T) {
assert.Equal(info.Name, n)
key := info.PubKey
require.False(key.Empty())
require.True(key.Equals(c.PubKey))
// let's try to sign some messages
d1 := []byte("welcome to cosmos")