diff options
Diffstat (limited to 'internal/text')
| -rw-r--r-- | internal/text/formatter_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/text/formatter_test.go b/internal/text/formatter_test.go index 6fd8f4d7b..07e176278 100644 --- a/internal/text/formatter_test.go +++ b/internal/text/formatter_test.go @@ -37,7 +37,6 @@ type TextStandardTestSuite struct { // standard suite models testTokens map[string]*gtsmodel.Token - testClients map[string]*gtsmodel.Client testApplications map[string]*gtsmodel.Application testUsers map[string]*gtsmodel.User testAccounts map[string]*gtsmodel.Account @@ -53,7 +52,6 @@ type TextStandardTestSuite struct { func (suite *TextStandardTestSuite) SetupSuite() { suite.testTokens = testrig.NewTestTokens() - suite.testClients = testrig.NewTestClients() suite.testApplications = testrig.NewTestApplications() suite.testUsers = testrig.NewTestUsers() suite.testAccounts = testrig.NewTestAccounts() |
