Skip to content

Commit 840ca74

Browse files
committed
Smaller test file size
1 parent cc80fe9 commit 840ca74

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

biojava-structure/src/test/java/org/biojava/nbio/structure/TestKeywords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void testKeywordsOnFiveLines () throws IOException {
2727
@Test
2828
public void testDash() throws IOException {
2929
String fileName;
30-
fileName = "/pdb6elw.ent.gz";
30+
fileName = "/pdb6elw-26lines.ent.gz";
3131
InputStream resourceAsStream = getClass().getResourceAsStream(fileName);
3232
GZIPInputStream inStream = new GZIPInputStream(resourceAsStream);
3333

628 Bytes
Binary file not shown.
-71 KB
Binary file not shown.

0 commit comments

Comments
 (0)