mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-01 04:26:15 -06:00
test fixes
This commit is contained in:
parent
d6cc79ba97
commit
03a5a2c3b3
2 changed files with 3 additions and 6 deletions
|
|
@ -47,6 +47,6 @@ func (suite *UserStandardTestSuite) SetupTest() {
|
|||
testrig.StandardDBSetup(suite.db, nil)
|
||||
}
|
||||
|
||||
func (suite *UserStandardTestSuite) TeardownTest() {
|
||||
func (suite *UserStandardTestSuite) TearDownTest() {
|
||||
testrig.StandardDBTeardown(suite.db)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue