Skip to content

Commit

Permalink
[chore] remove assignment of selected trace to only pick the one matc…
Browse files Browse the repository at this point in the history
…hing the expected trace count (#1452)

Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
atoulme and dmitryax committed Sep 18, 2024
1 parent d31d7cb commit 685a837
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functional_tests/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,6 @@ func testDotNetTraces(t *testing.T) {
selectedTrace = &trace
break
}
selectedTrace = &trace
break
}
}
return selectedTrace != nil
Expand Down

0 comments on commit 685a837

Please sign in to comment.