From 2d4391704efe7b7154a4846c1bec912de781cff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caner=20=C3=87=C4=B1dam?= Date: Wed, 3 Jan 2018 18:40:30 +0300 Subject: [PATCH] short comment for TestAccounts --- geth/account/accounts_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/geth/account/accounts_test.go b/geth/account/accounts_test.go index 9f4253ee4..8f96d3818 100644 --- a/geth/account/accounts_test.go +++ b/geth/account/accounts_test.go @@ -402,6 +402,7 @@ func (s *ManagerTestSuite) TestLogout() { s.Equal(testErrWhisper, err) } +// TestAccounts tests cases for (*Manager).Accounts func (s *ManagerTestSuite) TestAccounts() { s.reinitMock()