Skip to content

Commit da3d037

Browse files
author
Dale Herring
committed
DEV-73 - remove extraneous assertion
1 parent 1652e83 commit da3d037

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/DataFileGenericTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ public void getLargeFile() throws Exception {
182182
}
183183

184184
File downloaded = file.getFile();
185-
Assert.assertEquals(downloaded.length(), numbersFile.length());
186185

187186
Scanner in = new Scanner(downloaded);
188187
int lines = 0;

0 commit comments

Comments
 (0)