fix linter in transactions_test.go (#811)

This commit is contained in:
Adam Babik 2018-04-09 14:14:02 +02:00 committed by GitHub
parent 4d00fa80b0
commit 32d71da046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ func (s *TransactionsTestSuite) TestEmptyToFieldPreserved() {
s.StartTestBackend()
defer s.StopTestBackend()
EnsureNodeSync(s.Backend.StatusNode())
EnsureNodeSync(s.Backend.StatusNode().EnsureSync)
err := s.Backend.SelectAccount(TestConfig.Account1.Address, TestConfig.Account1.Password)
s.NoError(err)