Skip to content

Commit 13e9c82

Browse files
fatima-qaisarmarkt-asf
authored andcommitted
Fix typo in test method name
1 parent 1270a2d commit 13e9c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/org/apache/catalina/startup/TestTomcat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public void testGetDefaultContextPerAddWebapp() {
443443
}
444444

445445
@Test
446-
public void testGetBrokenContextPerAddWepapp() {
446+
public void testGetBrokenContextPerAddWebapp() {
447447
Tomcat tomcat = getTomcatInstance();
448448
Host host = tomcat.getHost();
449449
if (host instanceof StandardHost) {

0 commit comments

Comments
 (0)