Skip to content

Commit

Permalink
Change location of web client
Browse files Browse the repository at this point in the history
  • Loading branch information
ethergeus committed Jul 30, 2022
1 parent 6008903 commit 5178874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/ServerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class ServerTest {
private static final int SERVER_PORT = 8080;
private TestServer server;
private static final String WS_HTML_CLIENT = Paths.get("src", "test", "resources", "TestWSClient.html").toUri().toString();
private static final String WS_HTML_CLIENT = Paths.get("src", "test", "web", "src/test/web/TestWSClient.html").toUri().toString();

@BeforeEach
public void init() {
Expand Down
File renamed without changes.

0 comments on commit 5178874

Please sign in to comment.