fix linter in transactions_test.go (#811)
This commit is contained in:
parent
4d00fa80b0
commit
32d71da046
|
@ -143,7 +143,7 @@ func (s *TransactionsTestSuite) TestEmptyToFieldPreserved() {
|
||||||
s.StartTestBackend()
|
s.StartTestBackend()
|
||||||
defer s.StopTestBackend()
|
defer s.StopTestBackend()
|
||||||
|
|
||||||
EnsureNodeSync(s.Backend.StatusNode())
|
EnsureNodeSync(s.Backend.StatusNode().EnsureSync)
|
||||||
err := s.Backend.SelectAccount(TestConfig.Account1.Address, TestConfig.Account1.Password)
|
err := s.Backend.SelectAccount(TestConfig.Account1.Address, TestConfig.Account1.Password)
|
||||||
s.NoError(err)
|
s.NoError(err)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue