Skip to content

Commit df5c663

Browse files
Update java-bigquery/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 6bc4b42 commit df5c663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • java-bigquery/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it

java-bigquery/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ static GoogleCredentials loadCredentials(String credentialFile) {
12161216
}
12171217

12181218
@Test
1219-
public void testLosslessMaxTimestampIntegration() throws InterruptedException {
1219+
void testLosslessMaxTimestampIntegration() throws InterruptedException {
12201220
// 1. Initialize BigQueryOptions with the lossless timestamp flag enabled
12211221
// We use RemoteBigQueryHelper to get standard test environment credentials
12221222
BigQueryOptions options = RemoteBigQueryHelper.create().getOptions().toBuilder()

0 commit comments

Comments
 (0)