We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73f642 commit babbf11Copy full SHA for babbf11
1 file changed
speech/grpc/src/test/java/com/google/cloud/speech/grpc/demos/AudioRequestFactoryTest.java
@@ -54,7 +54,7 @@ public void verifyBytesInSizeFromGoogleStorageFile() throws IOException {
54
55
int numBytes = audio.getContent().toByteArray().length;
56
57
- //assert the number of bytes in the audio as 57958
+ //assert the number of bytes in the audio as 0
58
assertEquals(0, numBytes);
59
60
//assert the uri
0 commit comments