Skip to content

Commit 5103c89

Browse files
committed
remove ignore comments
1 parent 8788682 commit 5103c89

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
public class BlockEventLoadTest {
2424
BlockEventLoad blockEventLoad = new BlockEventLoad();
2525

26-
//ignore?
2726
@Test
2827
public void test() throws Exception {
2928
Method method = blockEventLoad.getClass().getDeclaredMethod("load");

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public class HistoryEventServiceTest {
2323

2424
HistoryEventService historyEventService = new HistoryEventService();
2525

26-
//ignore?
2726
@Test
2827
public void test() throws Exception {
2928
EventPluginLoader instance = mock(EventPluginLoader.class);

0 commit comments

Comments
 (0)