Skip to content

Commit ae24ba8

Browse files
committed
fix BlockEventCacheTest unit test issue
1 parent f653cfd commit ae24ba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public void test() throws Exception {
1717
BlockCapsule.BlockId b1 = new BlockCapsule.BlockId(getBlockId(), 1);
1818
be1.setBlockId(b1);
1919
be1.setParentId(b1);
20+
be1.setSolidId(b1);
2021
try {
2122
BlockEventCache.add(be1);
2223
Assert.fail();

0 commit comments

Comments
 (0)