Skip to content

Commit 6afdbb9

Browse files
committed
Fix accidental removals
1 parent 8a96d70 commit 6afdbb9

File tree

1 file changed

+3
-0
lines changed
  • eras/dijkstra/impl/test/Test/Cardano/Ledger/Dijkstra/Binary

1 file changed

+3
-0
lines changed

eras/dijkstra/impl/test/Test/Cardano/Ledger/Dijkstra/Binary/CddlSpec.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ spec = do
3030
describe "CDDL" $ do
3131
let v = eraProtVerHigh @DijkstraEra
3232
describe "Huddle" $ specWithHuddle dijkstraCDDL $ do
33+
huddleRoundTripCborSpec @(AccountBalanceInterval DijkstraEra) v "account_balance_interval"
34+
huddleRoundTripCborSpec @(AccountBalanceIntervals DijkstraEra) v "account_balance_intervals"
35+
huddleRoundTripArbitraryValidate @(AccountBalanceInterval DijkstraEra) v "account_balance_interval"
3336
huddleRoundTripCborSpec @(Value DijkstraEra) v "positive_coin"
3437
huddleRoundTripArbitraryValidate @(Value DijkstraEra) v "value"
3538
describe "MultiAsset" $ do

0 commit comments

Comments
 (0)