Skip to content

Commit

Permalink
fix typo on tracer_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbafilho authored May 28, 2018
1 parent 37116d5 commit 1eb3ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netext/tracer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func TestTracerNegativeHttpSendingValues(t *testing.T) {
assert.NoError(t, res.Body.Close())
tracer.Done()
}
// wait before making the request, so it fails on wrinting the request
// wait before making the request, so it fails on writing the request
time.Sleep(300 * time.Millisecond)

{
Expand Down

0 comments on commit 1eb3ba6

Please sign in to comment.