add the missing dot at the end of comment sentence
This commit is contained in:
parent
a3663fa1cc
commit
5c8b7758d5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue