Skip to content

Commit 09f028a

Browse files
nnegreylesv
authored andcommitted
Update ImportProductSetsIT.java
1 parent 34383d1 commit 09f028a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/product-search/cloud-client/src/test/java/com/example/vision/ImportProductSetsIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class ImportProductSetsIT {
5555
@Before
5656
public void setUp() {
5757
// Create the product set csv file locally and upload it to GCS
58-
// This is so that there is a unique product set ID for all python version tests.
58+
// This is so that there is a unique product set ID for all java version tests.
5959
Storage storage = StorageOptions.newBuilder().setProjectId(PROJECT_ID).build().getService();
6060
BlobId blobId = BlobId.of(PROJECT_ID, FILEPATH);
6161
BlobInfo blobInfo = BlobInfo.newBuilder(blobId).build();

0 commit comments

Comments
 (0)