Skip to content

Commit f358b20

Browse files
committed
Fix test name
1 parent 533347d commit f358b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-dbapi/tests/test_dbapi_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def test_compatible_build_version_psycopg_libpq(self):
523523
"Select 1;",
524524
)
525525

526-
def test_no_build_version_where_we_dont_instrument_the_root_module(
526+
def test_no_libpq_version_when_we_dont_instrument_the_root_module(
527527
self,
528528
):
529529
connect_module = mock.MagicMock()

0 commit comments

Comments
 (0)