Fix Tests

This commit is contained in:
Ben Toogood 2020-04-29 15:37:02 +01:00
parent f48dec1fb0
commit bcddb98867

View File

@ -4,7 +4,6 @@ import (
"context" "context"
"testing" "testing"
"github.com/micro/go-micro/v2/auth"
"github.com/micro/go-micro/v2/metadata" "github.com/micro/go-micro/v2/metadata"
) )
@ -33,8 +32,7 @@ func TestWrapper(t *testing.T) {
} }
for _, d := range testData { for _, d := range testData {
c := &clientWrapper{ c := &fromServiceWrapper{
auth: func() auth.Auth { return nil },
headers: d.headers, headers: d.headers,
} }