Skip to content

Commit

Permalink
Uncomment test left commented by mistake (#5284)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue authored Jun 11, 2024
1 parent b8f136c commit 3594dd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ public void teardown() throws InterruptedException {
netty = null;
}

//@ParameterizedTest
//@MethodSource("testCases")
@ParameterizedTest
@MethodSource("testCases")
void closeTimeHasCorrectMessage(TestCase testCase) throws Exception {
server = new Server(ServerConfig.builder().httpResponseStatus(HttpResponseStatus.OK).build());
setupTestCase(testCase);
Expand Down

0 comments on commit 3594dd0

Please sign in to comment.