Skip to content

Commit 2519294

Browse files
committed
feat(event): improve HistoryEventService unit test
1 parent 0570b60 commit 2519294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

framework/src/test/java/org/tron/core/event/HistoryEventServiceTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public void test() throws Exception {
8080
Method method1 = historyEventService.getClass().getDeclaredMethod("syncEvent");
8181
method1.setAccessible(true);
8282
method1.invoke(historyEventService);
83+
84+
historyEventService.init();
8385
historyEventService.close();
8486
}
8587
}

0 commit comments

Comments
 (0)