Skip to content

Commit

Permalink
Update HttpsServerTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
odo3990 authored Apr 30, 2024
1 parent 2c23d7c commit 6f292d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/wordsearch/HttpsServerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ public void testStart() {
HttpServer httpServer = new HttpServer(portNum, dirName);

httpServer.start();
}
}

0 comments on commit 6f292d5

Please sign in to comment.