Skip to content

Commit

Permalink
Fix the missing merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Jun 2, 2022
1 parent da8398c commit c71c6ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions stats/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,10 @@ func (s *testServer) StreamingOutputCall(in *testpb.StreamingOutputCallRequest,
// func, modified as needed, and then started with its startServer method.
// It should be cleaned up with the tearDown method.
type test struct {
<<<<<<< HEAD
t *testing.T
compress string
clientStatsHandler []stats.Handler
serverStatsHandler []stats.Handler
=======
t *testing.T
compress string
clientStatsHandlers []stats.Handler
serverStatsHandlers []stats.Handler
>>>>>>> @{-1}

testServer testgrpc.TestServiceServer // nil means none
// srv and srvAddr are set once startServer is called.
Expand Down

0 comments on commit c71c6ac

Please sign in to comment.