Skip to content

Commit

Permalink
✅ Fix MongoRequestTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Nov 15, 2024
1 parent 9533a3d commit d29ecf8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions commons/src/test/java/org/restheart/exchange/MongoRequestTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,6 @@ public static void setUpClass() {
public static void tearDownClass() {
}

/**
*
*
* public TestRule watcher = new TestWatcher() {
*
* @Override
* protected void starting(Description description) {
* LOG.info("executing test {}", description.toString());
* }
* };
*/

/**
*
*/
public BsonRequestTest() {
}

/**
*
*/
Expand Down

0 comments on commit d29ecf8

Please sign in to comment.