Skip to content

Commit

Permalink
test: end parent and transaction
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Lopez Rubio <[email protected]>
  • Loading branch information
kruskall and marclop authored Jul 12, 2023
1 parent f498d2d commit 19af712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion span_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,8 @@ func TestDroppedSpanParentConcurrent(t *testing.T) {

// Wait until all the spans have ended.
wg.Wait()

parent.End()
tx.End()
tracer.Flush(nil)
}

Expand Down

0 comments on commit 19af712

Please sign in to comment.