remove unnecessary check in TestAddressToDecryptedAccount

This commit is contained in:
Caner Çıdam 2017-12-28 16:57:46 +03:00 committed by Frank Mueller
parent 491b4ca3ce
commit 90123f4f40
1 changed files with 0 additions and 1 deletions

View File

@ -485,7 +485,6 @@ func (s *ManagerTestSuite) TestAddressToDecryptedAccount() {
s.NotNil(acc)
s.NotNil(key)
s.Equal(acc.Address, key.Address)
s.keyStore.Find(acc)
}
})
}