Skip to content

Commit

Permalink
review fixes grpc#2
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkowalczuk committed Jan 29, 2020
1 parent 555e972 commit 30ceba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stats/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ type rpcCtxKey struct{}
var (
// For headers sent to server:
testMetadata = metadata.MD{
"key1": []string{"value1"},
"key2": []string{"value2"},
"key1": []string{"value1"},
"key2": []string{"value2"},
"user-agent": []string{fmt.Sprintf("test/0.0.1 grpc-go/%s", grpc.Version)},
}
// For headers sent from server:
Expand Down

0 comments on commit 30ceba8

Please sign in to comment.