We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570b60 commit 2519294Copy full SHA for 2519294
framework/src/test/java/org/tron/core/event/HistoryEventServiceTest.java
@@ -80,6 +80,8 @@ public void test() throws Exception {
80
Method method1 = historyEventService.getClass().getDeclaredMethod("syncEvent");
81
method1.setAccessible(true);
82
method1.invoke(historyEventService);
83
+
84
+ historyEventService.init();
85
historyEventService.close();
86
}
87
0 commit comments