mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 11:52:25 -05:00
[bugfix] Use gtserror package for WrongType errs (#1930)
* [bugfix] Use gtserror package for WrongType errs * test
This commit is contained in:
parent
e3e0f673cc
commit
d98b6318ac
11 changed files with 112 additions and 89 deletions
|
|
@ -25,7 +25,7 @@ import (
|
|||
)
|
||||
|
||||
type ExtractSensitiveTestSuite struct {
|
||||
ExtractTestSuite
|
||||
APTestSuite
|
||||
}
|
||||
|
||||
func (suite *ExtractMentionsTestSuite) TestExtractSensitive() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue