We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abb93f commit 4045e7aCopy full SHA for 4045e7a
biojava-core/src/test/java/org/biojava/nbio/core/search/io/blast/BlastXMLParserTest.java
@@ -63,7 +63,7 @@ public void testSetFile() {
63
public void testCreateObjects() throws Exception {
64
System.out.println("createObjects");
65
66
- String resource = "/org/biojava/nbio/core/search/io/blast/small-blastReport.blastxml";
+ String resource = "/org/biojava/nbio/core/search/io/blast/small-blastreport.blastxml";
67
URL resourceURL = getClass().getResource(resource);
68
File file = new File(resourceURL.getFile());
69
0 commit comments