Skip to content

Commit ae4ae67

Browse files
committed
remove spec ignoring recoverTx of another head
> as we moved this observation to node-level
1 parent 89d48f9 commit ae4ae67

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

hydra-node/test/Hydra/HeadLogicSpec.hs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -700,17 +700,6 @@ spec =
700700
update bobEnv ledger (inOpenState threeParties) depositOtherHead
701701
`shouldBe` Error (NotOurHead{ourHeadId = testHeadId, otherHeadId})
702702

703-
prop "ignores recoverTx of another head" $ \otherHeadId -> do
704-
let recoverOtherHead =
705-
observeTx $
706-
OnRecoverTx
707-
{ headId = otherHeadId
708-
, recoveredTxId = 1
709-
, recoveredUTxO = utxoRef 1
710-
}
711-
update bobEnv ledger (inOpenState threeParties) recoverOtherHead
712-
`shouldBe` Error (NotOurHead{ourHeadId = testHeadId, otherHeadId})
713-
714703
prop "ignores decrementTx of another head" $ \otherHeadId -> do
715704
let decrementOtherHead = observeTx $ OnDecrementTx{headId = otherHeadId, newVersion = 1, distributedUTxO = mempty}
716705
update bobEnv ledger (inOpenState threeParties) decrementOtherHead

0 commit comments

Comments
 (0)