We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb6891 commit b0a6f51Copy full SHA for b0a6f51
vision/cloud-client/src/test/java/com/example/vision/DetectIT.java
@@ -124,9 +124,9 @@ public void testLandmarksGcs() throws Exception {
124
@Test
125
public void testLandmarksUrl() throws Exception {
126
// Act
127
- String URI = "https://storage-download.googleapis.com/" +
128
- BUCKET + "/vision/landmark.jpg";
129
- String[] args = {"landmarks", URI};
+ String uri = "https://storage-download.googleapis.com/"
+ + BUCKET + "/vision/landmark.jpg";
+ String[] args = {"landmarks", uri};
130
Detect.argsHelper(args, out);
131
132
// Assert
0 commit comments