Skip to content

Commit

Permalink
Leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
iSwepston committed Oct 10, 2024
1 parent 9a5d864 commit 140e4d7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestMethodOrder;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
public class CacheTest {
private final static Logger LOG = LoggerFactory.getLogger(CacheTest.class);

@RegisterExtension
static final NodeExtension nodeExtension = new NodeExtension(1);
Expand Down

0 comments on commit 140e4d7

Please sign in to comment.