Skip to content

Commit

Permalink
Try to rename test name to fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Dec 19, 2024
1 parent 0bc832e commit c4d9cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/test/Hydra/Chain/Direct/TxTraceSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ coversInterestingActions (Actions_ _ (Smart _ steps)) p =
& cover 5 (closeNonInitial steps) "close with non initial snapshots"
& cover 10 (hasFanout steps) "reach fanout"
& cover 10 (fanoutWithSomeUTxO steps) "fanout with some UTxO"
& cover 10 (fanoutWithCommitOrDecommitDelta steps) "fanout with additional de/commit UTxO to distribute"
& cover 10 (fanoutWithCommitOrDecommitDelta steps) "fanout with additional commit or decommit UTxO to distribute"
where
hasSomeSnapshots =
any $
Expand Down

0 comments on commit c4d9cb5

Please sign in to comment.