Skip to content

Commit

Permalink
minor spec improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Feb 8, 2023
1 parent 4a4c402 commit f66b0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydra-node/test/Hydra/Chain/Direct/StateSpec.hs
Expand Up @@ -149,9 +149,9 @@ spec = parallel $ do
let wrongCctx =
ChainContext
{ networkId = networkId cctx
, -- Here we use a wrong number of cardano-keys to build the tx
, -- Here we use wrong cardano-keys to build the tx
-- as they are used to generate the PT tokens to be minted
peerVerificationKeys = List.tail $ peerVerificationKeys cctx
peerVerificationKeys = ownVerificationKey cctx : List.tail (peerVerificationKeys cctx)
, ownVerificationKey = ownVerificationKey cctx
, ownParty = ownParty cctx
, scriptRegistry = scriptRegistry cctx
Expand Down

0 comments on commit f66b0ed

Please sign in to comment.