Skip to content

Commit babbf11

Browse files
committed
Update AudioRequestFactoryTest.java
1 parent c73f642 commit babbf11

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
@@ -54,7 +54,7 @@ public void verifyBytesInSizeFromGoogleStorageFile() throws IOException {
5454

5555
int numBytes = audio.getContent().toByteArray().length;
5656

57-
//assert the number of bytes in the audio as 57958
57+
//assert the number of bytes in the audio as 0
5858
assertEquals(0, numBytes);
5959

6060
//assert the uri

0 commit comments

Comments
 (0)