Skip to content

Commit

Permalink
fix #228 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
domgreen authored Sep 4, 2019
1 parent 7b2a5ba commit f07c72d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions logging/zap/server_interceptors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/zap"
"github.com/grpc-ecosystem/go-grpc-middleware/tags"
pb_testproto "github.com/grpc-ecosystem/go-grpc-middleware/testing/testproto"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
Expand Down Expand Up @@ -283,7 +282,7 @@ func (s *zapServerOverridenDeciderSuite) TestPing_HasOverriddenDecider() {

func (s *zapServerOverridenDeciderSuite) TestPingError_HasOverriddenDecider() {
code := codes.NotFound
level := logrus.InfoLevel
level := zapcore.InfoLevel
msg := "NotFound must remap to InfoLevel in DefaultCodeToLevel"

s.buffer.Reset()
Expand Down

0 comments on commit f07c72d

Please sign in to comment.