Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44506d3

Browse filesBrowse files
committed
Fixing test
1 parent f666a35 commit 44506d3
Copy full SHA for 44506d3

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎biojava-structure/src/test/java/org/biojava/nbio/structure/TestDownloadChemCompProvider.java‎

Copy file name to clipboardExpand all lines: biojava-structure/src/test/java/org/biojava/nbio/structure/TestDownloadChemCompProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void testWeDontCacheGarbage() {
5858
DownloadChemCompProvider prov = new DownloadChemCompProvider();
5959

6060
// a fake URL that should give a 404
61-
DownloadChemCompProvider.serverBaseUrl = "http://www.rcsb.org/non-existent-ligand-url/";
61+
DownloadChemCompProvider.serverBaseUrl = "https://www.rcsb.org/non-existent-ligand-url/";
6262

6363
ChemComp cc = prov.getChemComp("HEM");
6464

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.