Skip to content

Commit d6e67af

Browse files
committed
refactor test description
1 parent cde6728 commit d6e67af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/scala/io/iohk/ethereum/ledger/BlockImporterItSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class BlockImporterItSpec
168168
blockchain.getBestBlock().get shouldEqual newBlock3
169169
}
170170

171-
it should "return Unknown branch, don't start reorganisation(therefore no block/ommer validation) in case of PickedBlocks with block that has a parent who is not present in the chain(or ommer not in chain)" in {
171+
it should "return Unknown branch, in case of PickedBlocks with block that has a parent that's not in the chain" in {
172172
val newcomerBlock4: Block =
173173
getBlock(genesisBlock.number + 4, difficulty = 104, parent = oldBlock3.header.hash)
174174
val newcomerWeight4Duplicate = oldWeight3.increase(newcomerBlock4.header)

0 commit comments

Comments
 (0)