Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-toogood committed May 21, 2020
1 parent c09b871 commit 4de1980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
3 changes: 1 addition & 2 deletions auth/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ import (
"sync"
"time"

"github.com/micro/go-micro/v2/metadata"

"github.com/micro/go-micro/v2/auth"
"github.com/micro/go-micro/v2/auth/rules"
pb "github.com/micro/go-micro/v2/auth/service/proto"
"github.com/micro/go-micro/v2/auth/token"
"github.com/micro/go-micro/v2/auth/token/jwt"
"github.com/micro/go-micro/v2/client"
log "github.com/micro/go-micro/v2/logger"
"github.com/micro/go-micro/v2/metadata"
"github.com/micro/go-micro/v2/util/jitter"
)

Expand Down
26 changes: 0 additions & 26 deletions auth/service/sevice_test.go

This file was deleted.

0 comments on commit 4de1980

Please sign in to comment.