Skip to content

Commit

Permalink
Fixed WebsocketITest TCK test call
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Sep 17, 2022
1 parent eaa4b06 commit 3cc312c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class WebsocketITest {
* Usual time: ? minutes
*/
@Test
public void jstl() throws Exception {
tck.start(Path.of("jstl"));
public void websocket() throws Exception {
tck.start(Path.of("websocket"));
}
}

0 comments on commit 3cc312c

Please sign in to comment.