We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccfdf1 commit 7b92531Copy full SHA for 7b92531
speech/grpc/src/test/java/com/google/cloud/speech/grpc/demos/AudioRequestFactoryTest.java
@@ -42,7 +42,7 @@ public void verifyBytesInSizeFromLocalFile() throws IOException {
42
int numBytes = audio.getContent().toByteArray().length;
43
44
//assert the number of bytes in the audio as 57958
45
- assertEquals(numBytes, 57958);
+ assertEquals(57958, numBytes);
46
}
47
48
@Test
@@ -53,6 +53,6 @@ public void verifyBytesInSizeFromGoogleStorageFile() throws IOException {
53
54
55
56
57
58
0 commit comments