mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 14:36:15 -06:00
remove tryUntil
This commit is contained in:
parent
4580ae194c
commit
be85a5b642
7 changed files with 30 additions and 43 deletions
|
|
@ -76,7 +76,9 @@ func (suite *ListsStandardTestSuite) SetupSuite() {
|
|||
|
||||
func (suite *ListsStandardTestSuite) SetupTest() {
|
||||
suite.state.Caches.Init()
|
||||
suite.state.Caches.Start()
|
||||
if err := suite.state.Caches.Start(); err != nil {
|
||||
panic("error starting caches: " + err.Error())
|
||||
}
|
||||
testrig.StartNoopWorkers(&suite.state)
|
||||
|
||||
testrig.InitTestConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue