File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/test/java/com/google/cloud/spanner/it Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 468468 <scope >test</scope >
469469 </dependency >
470470 <dependency >
471- <groupId >com.google.cloud </groupId >
472- <artifactId >google-cloud-trace</artifactId >
471+ <groupId >com.google.api.grpc </groupId >
472+ <artifactId >proto- google-cloud-trace-v1 </artifactId >
473473 <version >2.51.0</version >
474474 <scope >test</scope >
475475 </dependency >
Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ public void initSelectValueQuery() {
8989 selectValueQuery = "SELECT @p1 + @p1 " ;
9090 }
9191
92- private void assertTrace (String traceId )
93- throws IOException , InterruptedException {
92+ private void assertTrace (String traceId ) throws IOException , InterruptedException {
9493 TraceServiceSettings settings =
9594 env .getTestHelper ().getOptions ().getCredentials () == null
9695 ? TraceServiceSettings .newBuilder ().build ()
You can’t perform that action at this time.
0 commit comments