[bugfix] Use gtserror package for WrongType errs (#1930)

* [bugfix] Use gtserror package for WrongType errs

* test
This commit is contained in:
tobi
2023-06-27 11:37:42 +02:00
committed by GitHub
parent e3e0f673cc
commit d98b6318ac
11 changed files with 112 additions and 89 deletions

View File

@@ -25,7 +25,7 @@ import (
)
type ExtractMentionsTestSuite struct {
ExtractTestSuite
APTestSuite
}
func (suite *ExtractMentionsTestSuite) TestExtractMentions() {