Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 9363f97

Browse files
chore: fix dataset deletion in test (#2494)
* chore: fix dataset deletion in test * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3257737 commit 9363f97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you are using Maven without BOM, add this to your dependencies:
5252
If you are using Gradle 5.x or later, add this to your dependencies:
5353

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:26.4.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.5.0')
5656
5757
implementation 'com.google.cloud:google-cloud-bigquery'
5858
```

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
@@ -1188,7 +1188,7 @@ public void testCreateTableWithConstraints() {
11881188

11891189
@Test
11901190
public void testCreateDatasetWithDefaultCollation() {
1191-
String collationDataset = "collation_dataset";
1191+
String collationDataset = RemoteBigQueryHelper.generateDatasetName();
11921192
DatasetInfo info =
11931193
DatasetInfo.newBuilder(collationDataset)
11941194
.setDescription(DESCRIPTION)

0 commit comments

Comments
 (0)