Skip to content

Commit

Permalink
Update JUnitTestGURLs.java
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankEnderman committed Oct 26, 2021
1 parent b0404f3 commit 5d2c13b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class JUnitTestGURLs {
public static final String URL_1 = "https://www.one.com/";
public static final String URL_1_NUMERAL = "https://www.1.com/";
public static final String URL_1_WITH_PATH = "https://www.one.com/some_path.html";
public static final String URL_2 = "https://www.two.com/";
public static final String URL_2 = "https://www.1.net";
public static final String URL_3 = "https://www.three.com/";
public static final String MAPS_URL = "https://maps.google.com/";
public static final String SEARCH_URL = "https://www.google.com/search?q=test";
Expand Down

0 comments on commit 5d2c13b

Please sign in to comment.