We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c61dcc commit e41d8bcCopy full SHA for e41d8bc
1 file changed
biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankReaderTest.java
@@ -238,9 +238,6 @@ private DNASequence readGenbankResource(final String resource) throws Exception
238
LinkedHashMap<String, DNASequence> dnaSequences = genbankDNA.process();
239
sequence = dnaSequences.values().iterator().next();
240
}
241
- catch (Exception e) {
242
- fail(e.getMessage());
243
- }
244
finally {
245
try {
246
inputStream.close();
0 commit comments