[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

@ -26,7 +26,7 @@ import (
)
type ExtractVisibilityTestSuite struct {
ExtractTestSuite
APTestSuite
}
func (suite *ExtractVisibilityTestSuite) TestExtractVisibilityPublic() {