Skip to content

Commit

Permalink
Update AudioRequestFactoryTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
puneith committed Jun 1, 2016
1 parent c73f642 commit babbf11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void verifyBytesInSizeFromGoogleStorageFile() throws IOException {

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

//assert the number of bytes in the audio as 57958
//assert the number of bytes in the audio as 0
assertEquals(0, numBytes);

//assert the uri
Expand Down

0 comments on commit babbf11

Please sign in to comment.