[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
commit d98b6318ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 112 additions and 89 deletions

View file

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