Skip to content

Commit

Permalink
fix: Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Oenning <marcel.oenning@sap.com>
  • Loading branch information
moenning committed Aug 25, 2021
1 parent c57b290 commit c06fc6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/opentracing_test.go
Expand Up @@ -29,6 +29,9 @@ func (r tres) Message() string {
func (r tres) GetHeader(_ string) string {
return "the header"
}
func (r tres) GetHeaders(_ string) []string {
return []string{"the headers", "the headers2"}
}
func (r tres) Body() io.ReadCloser {
return ioutil.NopCloser(bytes.NewBufferString("the content"))
}
Expand Down

0 comments on commit c06fc6b

Please sign in to comment.