Skip to content

Commit 4ead489

Browse files
committed
deleted unneeded Exception
1 parent 092d9b1 commit 4ead489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public void testProcess() throws Exception {
154154
* The underlying {@link InputStream} should remain open until the last call.
155155
*/
156156
@Test
157-
public void testPartialProcess() throws IOException, CompoundNotFoundException, NoSuchFieldException {
157+
public void testPartialProcess() throws IOException, CompoundNotFoundException {
158158
CheckableInputStream inStream = new CheckableInputStream(this.getClass().getResourceAsStream("/two-dnaseqs.gb"));
159159

160160
GenbankReader<DNASequence, NucleotideCompound> genbankDNA

0 commit comments

Comments
 (0)