mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 12:12:24 -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
|
|
@ -26,7 +26,7 @@ import (
|
|||
)
|
||||
|
||||
type ExtractVisibilityTestSuite struct {
|
||||
ExtractTestSuite
|
||||
APTestSuite
|
||||
}
|
||||
|
||||
func (suite *ExtractVisibilityTestSuite) TestExtractVisibilityPublic() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue