Skip to content

Commit

Permalink
Fix #6300 to remove @AfterEach (#6319)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng authored Aug 6, 2024
1 parent 59ab5e4 commit eb1b3d6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import org.apache.camel.test.junit5.util.ExtensionHelper;
import org.apache.camel.test.junit5.util.RouteCoverageDumperExtension;
import org.apache.camel.util.StopWatch;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.extension.ExtensionContext;
Expand Down Expand Up @@ -268,7 +267,6 @@ public void setUp() throws Exception {
* @throws Exception if unable to setup the test
*/
@Deprecated(since = "4.7.0")
@AfterEach
public void tearDown() throws Exception {
long time = watch.taken();

Expand Down

0 comments on commit eb1b3d6

Please sign in to comment.