We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092d9b1 commit 4ead489Copy full SHA for 4ead489
biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankReaderTest.java
@@ -154,7 +154,7 @@ public void testProcess() throws Exception {
154
* The underlying {@link InputStream} should remain open until the last call.
155
*/
156
@Test
157
- public void testPartialProcess() throws IOException, CompoundNotFoundException, NoSuchFieldException {
+ public void testPartialProcess() throws IOException, CompoundNotFoundException {
158
CheckableInputStream inStream = new CheckableInputStream(this.getClass().getResourceAsStream("/two-dnaseqs.gb"));
159
160
GenbankReader<DNASequence, NucleotideCompound> genbankDNA
0 commit comments