Skip to content

Commit

Permalink
Fix end-to-end test
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Oct 9, 2024
1 parent 85e6c9a commit bf9e06a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hydra-cluster/test/Test/EndToEndSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ initAndClose tmpDir tracer clusterIx hydraScriptsTxId node@RunningNode{nodeSocke
, "datum" .= Null
, "datumhash" .= Null
, "inlineDatum" .= Null
, "inlineDatumRaw" .= Null
, "referenceScript" .= Null
]
)
Expand All @@ -713,6 +714,7 @@ initAndClose tmpDir tracer clusterIx hydraScriptsTxId node@RunningNode{nodeSocke
, "datum" .= Null
, "datumhash" .= Null
, "inlineDatum" .= Null
, "inlineDatumRaw" .= Null
, "referenceScript" .= Null
]
)
Expand Down

0 comments on commit bf9e06a

Please sign in to comment.