We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b92531 commit 8e01d28Copy full SHA for 8e01d28
speech/grpc/src/test/java/com/google/cloud/speech/grpc/demos/AudioRequestFactoryTest.java
@@ -47,7 +47,7 @@ public void verifyBytesInSizeFromLocalFile() throws IOException {
47
48
@Test
49
public void verifyBytesInSizeFromGoogleStorageFile() throws IOException {
50
- URI uri = URI.create("gs://cloud-samples-test/speech/audio.raw");
+ URI uri = URI.create("gs://cloud-samples-tests/speech/audio.raw");
51
AudioRequest audio = AudioRequestFactory.createRequest(uri);
52
53
int numBytes = audio.getContent().toByteArray().length;
0 commit comments