EasyPost / easypost-go

Golang bindings for the EasyPost API
https://easypost.com/docs/api
ISC License
42 stars 17 forks source link

fix: use the newer preferred method for error comparison in tests #233

Closed Justintime50 closed 3 months ago

Justintime50 commented 3 months ago

Description

Per the docs, this new method of error comparison is preferred, let's follow best practice: https://pkg.go.dev/errors (bottom)

Testing

Pull Request Type

Please select the option(s) that are relevant to this PR.