Skip to content

Commit e41d8bc

Browse files
committed
Address review comments.
1 parent 2c61dcc commit e41d8bc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankReaderTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ private DNASequence readGenbankResource(final String resource) throws Exception
238238
LinkedHashMap<String, DNASequence> dnaSequences = genbankDNA.process();
239239
sequence = dnaSequences.values().iterator().next();
240240
}
241-
catch (Exception e) {
242-
fail(e.getMessage());
243-
}
244241
finally {
245242
try {
246243
inputStream.close();

0 commit comments

Comments
 (0)