Skip to content

Commit 3f41b93

Browse files
committed
revert
1 parent 287e63d commit 3f41b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jdbc/testing/src/main/java/io/opentelemetry/instrumentation/jdbc/testing/AbstractJdbcInstrumentationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ static Stream<Arguments> getConnectionStream() {
10401040
return Stream.of(
10411041
Arguments.of(
10421042
new JdbcDataSource(),
1043-
(Consumer<DataSource>) ds -> ((JdbcDataSource) ds).setURL(jdbcUrls.get("h2")),
1043+
(Consumer<DataSource>) ds -> ((JdbcDataSource) ds).setUrl(jdbcUrls.get("h2")),
10441044
"h2",
10451045
null,
10461046
"h2:mem:"),

0 commit comments

Comments
 (0)