From 2ae6f37d789e05df35abab665a0f1bba30ea461c Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Tue, 25 Jul 2023 15:29:14 -0500 Subject: [PATCH] chore: Accept PR Feedback --- .../opentelemetry/instrumentation/pg/patches/connection_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/instrumentation/pg/test/opentelemetry/instrumentation/pg/patches/connection_test.rb b/instrumentation/pg/test/opentelemetry/instrumentation/pg/patches/connection_test.rb index 5d6c44095..808fc4c91 100644 --- a/instrumentation/pg/test/opentelemetry/instrumentation/pg/patches/connection_test.rb +++ b/instrumentation/pg/test/opentelemetry/instrumentation/pg/patches/connection_test.rb @@ -5,7 +5,6 @@ # SPDX-License-Identifier: Apache-2.0 require 'test_helper' -require 'active_record' require 'pg' require_relative '../../../../../lib/opentelemetry/instrumentation/pg'