-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: show difference in integration test (#2684)
In this PR: - Show file diff in integration tests. I manually edited a line in test branch and this is the test result: ``` Difference in google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminClient.java: --- +++ @@ -774,7 +774,7 @@ /** * Constructs an instance of AlloyDBAdminClient, using the given stub for making calls. This is - * for advanced usage - prefer using create(AlloyDBAdminSettings) - manually added. + * for advanced usage - prefer using create(AlloyDBAdminSettings). */ public static final AlloyDBAdminClient create(AlloyDBAdminStub stub) { return new AlloyDBAdminClient(stub); Error: Process completed with exit code 1. ```
- Loading branch information
1 parent
474812f
commit b030597
Showing
1 changed file
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters