mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
Cleanup nano calls, cannot run parallel test on one hardware device
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user