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 8788682 commit 5103c89Copy full SHA for 5103c89
framework/src/test/java/org/tron/core/event/BlockEventLoadTest.java
@@ -23,7 +23,6 @@
23
public class BlockEventLoadTest {
24
BlockEventLoad blockEventLoad = new BlockEventLoad();
25
26
- //ignore?
27
@Test
28
public void test() throws Exception {
29
Method method = blockEventLoad.getClass().getDeclaredMethod("load");
framework/src/test/java/org/tron/core/event/HistoryEventServiceTest.java
@@ -23,7 +23,6 @@ public class HistoryEventServiceTest {
HistoryEventService historyEventService = new HistoryEventService();
EventPluginLoader instance = mock(EventPluginLoader.class);
0 commit comments