Skip to content

Commit f746f6a

Browse files
committed
Change unit test method name for getHrefURL.
1 parent f0e8b87 commit f746f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/primefaces/util/ComponentUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void createContentDisposition() {
4141
}
4242

4343
@Test
44-
public void getHrefURLWithExternalLinks() {
44+
public void getHrefURL() {
4545
Map<String, List<String>> params = new LinkedHashMap<String, List<String>>();
4646

4747
params.put("param1", Arrays.asList("value1"));

0 commit comments

Comments
 (0)