fix(messenger_base_test): remove messenger `Start` duplication (#4305)

This commit is contained in:
Igor Sirotin 2023-11-13 15:53:51 +00:00 committed by GitHub
parent 44625a2904
commit ab6cb85690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ func (s *MessengerBaseTestSuite) SetupTest() {
s.m = s.newMessenger()
s.privateKey = s.m.identity
_, err := s.m.Start()
s.Require().NoError(err)
}
func (s *MessengerBaseTestSuite) TearDownTest() {