add the missing dot at the end of comment sentence

This commit is contained in:
Caner Çıdam 2018-01-03 22:57:25 +03:00 committed by Frank Mueller
parent a3663fa1cc
commit 5c8b7758d5
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ func (s *ManagerTestSuite) TestLogout() {
s.Equal(testErrWhisper, err)
}
// TestAccounts tests cases for (*Manager).Accounts
// TestAccounts tests cases for (*Manager).Accounts.
func (s *ManagerTestSuite) TestAccounts() {
// Select the test account
s.nodeManager.EXPECT().AccountKeyStore().Return(s.keyStore, nil).AnyTimes()