Skip to content

Commit

Permalink
cardano-testnet-test: adapt to cardano-testnet change
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Feb 18, 2025
1 parent f95a273 commit 9d08520
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ hprop_leadershipSchedule = integrationRetryWorkspace 2 "leadership-schedule" $ \
cTestnetOptions = def
{ cardanoNodeEra = asbe
, cardanoNodes =
[ SpoNodeOptions Nothing []
, SpoNodeOptions Nothing []
, SpoNodeOptions Nothing []
[ SpoNodeOptions []
, SpoNodeOptions []
, SpoNodeOptions []
]
}
eraString = eraToString sbe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ hprop_ledger_events_propose_new_constitution_spo = integrationWorkspace "propose
fastTestnetOptions = def
{ cardanoNodeEra = AnyShelleyBasedEra sbe
, cardanoNodes =
[ SpoNodeOptions Nothing []
, SpoNodeOptions Nothing []
, SpoNodeOptions Nothing []
[ SpoNodeOptions []
, SpoNodeOptions []
, SpoNodeOptions []
]
}
shelleyOptions = def { genesisEpochLength = 100 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ hprop_shutdownOnSlotSynced = integrationRetryWorkspace 2 "shutdown-on-slot-synce
slotLen = 0.01
let fastTestnetOptions = def
{ cardanoNodes =
[ SpoNodeOptions Nothing ["--shutdown-on-slot-synced", show maxSlot]
[ SpoNodeOptions ["--shutdown-on-slot-synced", show maxSlot]
]
}
shelleyOptions = def
Expand Down

0 comments on commit 9d08520

Please sign in to comment.