1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-01 22:09:57 +02:00

Fix spelling in handler_test.go

This commit is contained in:
Tyler Yahn 2020-06-01 09:28:27 -07:00
parent 528fde0bef
commit 7967e53fd9
No known key found for this signature in database
GPG Key ID: 42AA23B0BC85B798

View File

@ -55,7 +55,7 @@ func (s *HandlerTestSuite) SetupTest() {
s.errs = []error{}
}
func (s *HandlerTestSuite) TestGlocalHandler() {
func (s *HandlerTestSuite) TestGlobalHandler() {
err1 := errors.New("one")
err2 := errors.New("two")
Handler().Handle(err1)