This commit is contained in:
tsmethurst 2021-04-29 17:55:06 +02:00
parent b777a682fe
commit 07268e6f1e
1 changed files with 5 additions and 5 deletions

View File

@ -46,12 +46,12 @@ import (
type ProtocolTestSuite struct {
suite.Suite
config *config.Config
db db.DB
log *logrus.Logger
config *config.Config
db db.DB
log *logrus.Logger
distributor distributor.Distributor
accounts map[string]*gtsmodel.Account
activities map[string]testrig.ActivityWithSignature
accounts map[string]*gtsmodel.Account
activities map[string]testrig.ActivityWithSignature
}
// SetupSuite sets some variables on the suite that we can use as consts (more or less) throughout