Skip to content

Commit 1f04caf

Browse files
committed
update assembly file test to new location
1 parent 89a40ff commit 1f04caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/test/java/org/biojava/nbio/structure/io/TestURLBasedFileParsing.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class TestURLBasedFileParsing {
3737
@Test
3838
public void testMMcifURL() throws StructureException, IOException{
3939

40-
String u = "https://ftp.wwpdb.org/pub/pdb/data/biounit/mmCIF/divided/nw/4nwr-assembly1.cif.gz";
40+
String u = "https://ftp.wwpdb.org/pub/pdb/data/assemblies/mmCIF/divided/nw/4nwr-assembly1.cif.gz";
4141

4242
Structure s = StructureIO.getStructure(u);
4343

0 commit comments

Comments
 (0)