Skip to content

Commit

Permalink
fix a test for BlockPool
Browse files Browse the repository at this point in the history
  • Loading branch information
fluency03 committed May 4, 2018
1 parent 2615242 commit 6853e5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class BlockPoolActorTest extends TestKit(ActorSystem("BlocksActorTest")) with Im
expectMsg(None)

blockPoolActor ! GetTxOfBlock(Block.genesisBlock.transactions.head.id, Block.genesisBlock.hash)
expectMsg(Some(Block.genesisBlock))
expectMsg(Some(Block.genesisBlock.transactions.head))

blockPoolActor ! GetBlocks(Set(Block.genesisBlock.hash))
expectMsg(Seq(Block.genesisBlock))
Expand Down

0 comments on commit 6853e5f

Please sign in to comment.