Skip to content

Commit

Permalink
revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
EOjeah committed Jan 19, 2024
1 parent bfc803c commit 0b8a02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/zipkinexporter/zipkin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func TestZipkinExporter_roundtripJSON(t *testing.T) {
cst := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
s, _ := io.Copy(buf, r.Body)
sizes = append(sizes, s)
r.Body.Close()
}))
defer cst.Close()

Expand Down

0 comments on commit 0b8a02d

Please sign in to comment.