Skip to content

Commit 8e01d28

Browse files
committed
added test
1 parent 7b92531 commit 8e01d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/grpc/src/test/java/com/google/cloud/speech/grpc/demos/AudioRequestFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void verifyBytesInSizeFromLocalFile() throws IOException {
4747

4848
@Test
4949
public void verifyBytesInSizeFromGoogleStorageFile() throws IOException {
50-
URI uri = URI.create("gs://cloud-samples-test/speech/audio.raw");
50+
URI uri = URI.create("gs://cloud-samples-tests/speech/audio.raw");
5151
AudioRequest audio = AudioRequestFactory.createRequest(uri);
5252

5353
int numBytes = audio.getContent().toByteArray().length;

0 commit comments

Comments
 (0)