Skip to content

Commit

Permalink
Fix typo in test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Mar 18, 2024
1 parent 5d3d412 commit c624711
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import java.util.function.Function;
import java.util.stream.Collectors;

public class ServerPuhTests extends AbstractTckTest {
public class ServerPushTests extends AbstractTckTest {

@BeforeEach
public void setupServletName() throws Exception {
Expand All @@ -66,7 +66,7 @@ public static WebArchive getTestArchive() throws Exception {
.addAsWebResource("spec/serverpush/index.html")
.addClasses(TestServlet.class, TestServlet2.class, TestServlet3.class, TestServlet4.class,
TestServlet5.class, TestServlet6.class, TestServlet7.class)
.setWebXML(ServerPuhTests.class.getResource("servlet_spec_serverpush_web.xml"));
.setWebXML(ServerPushTests.class.getResource("servlet_spec_serverpush_web.xml"));
}

private String requestURI = null;
Expand Down

0 comments on commit c624711

Please sign in to comment.