Skip to content

Commit 4a78744

Browse files
Worker test fix bugs when closing sockets4
1 parent bcb9589 commit 4a78744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adrestus-protocol/src/test/java/io/Adrestus/protocol/RPCWorkerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ public class RPCWorkerTest {
2727

2828
@BeforeAll
2929
public static void setup() {
30-
//delete_test();
30+
delete_test();
3131
}
3232

3333

3434
//MAKE SURE CAHCEHCD EVENTLOOP START HERE OR ON WORKER TEST
35-
@Test
35+
//@Test
3636
public void test() throws IOException, InterruptedException {
3737
DatabaseInstance instance = DatabaseInstance.ZONE_0_TRANSACTION_BLOCK;
3838
IDatabase<String, TransactionBlock> database = new DatabaseFactory(String.class, TransactionBlock.class).getDatabase(DatabaseType.ROCKS_DB, instance);

0 commit comments

Comments
 (0)