From 685a83760a8f3950ae72b6e2fcf509de1cb47e42 Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Tue, 17 Sep 2024 17:46:18 -0700 Subject: [PATCH] [chore] remove assignment of selected trace to only pick the one matching the expected trace count (#1452) Co-authored-by: Dmitrii Anoshin --- functional_tests/functional_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/functional_tests/functional_test.go b/functional_tests/functional_test.go index 0dcb32a29..d1832385f 100644 --- a/functional_tests/functional_test.go +++ b/functional_tests/functional_test.go @@ -700,8 +700,6 @@ func testDotNetTraces(t *testing.T) { selectedTrace = &trace break } - selectedTrace = &trace - break } } return selectedTrace != nil