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