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:
parent
528fde0bef
commit
7967e53fd9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user