Skip to content

Commit

Permalink
Fix Witnessed Tx ConwayEra test
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Mar 14, 2024
1 parent 7b82975 commit b1aacd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-cluster/test/Test/Hydra/Cluster/CardanoCliSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec =
output
^? key "type" . _String `shouldSatisfy` \case
Nothing -> False
Just something -> something == "Witnessed Tx BabbageEra"
Just something -> something == "Witnessed Tx ConwayEra"

it "has expected cardano-cli version available" $
readProcess "cardano-cli" ["--version"] "" >>= (`shouldContain` "8.20.3.0")
Expand Down

0 comments on commit b1aacd9

Please sign in to comment.