diff --git a/profiler/profiler_test.go b/profiler/profiler_test.go index 1d227695a6..59005989f8 100644 --- a/profiler/profiler_test.go +++ b/profiler/profiler_test.go @@ -15,9 +15,10 @@ import ( "testing" "time" + "gopkg.in/DataDog/dd-trace-go.v1/internal/log" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "gopkg.in/DataDog/dd-trace-go.v1/internal/log" ) func TestStart(t *testing.T) {