Skip to content

Commit 4045e7a

Browse files
committed
Fixing broken path
1 parent 3abb93f commit 4045e7a

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/search/io/blast/BlastXMLParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void testSetFile() {
6363
public void testCreateObjects() throws Exception {
6464
System.out.println("createObjects");
6565

66-
String resource = "/org/biojava/nbio/core/search/io/blast/small-blastReport.blastxml";
66+
String resource = "/org/biojava/nbio/core/search/io/blast/small-blastreport.blastxml";
6767
URL resourceURL = getClass().getResource(resource);
6868
File file = new File(resourceURL.getFile());
6969

0 commit comments

Comments
 (0)