File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ hprop_leadershipSchedule = integrationRetryWorkspace 2 "leadership-schedule" $ \
6767 cTestnetOptions = def
6868 { cardanoNodeEra = asbe
6969 , cardanoNodes =
70- [ SpoNodeOptions Nothing []
71- , SpoNodeOptions Nothing []
72- , SpoNodeOptions Nothing []
70+ [ SpoNodeOptions []
71+ , SpoNodeOptions []
72+ , SpoNodeOptions []
7373 ]
7474 }
7575 eraString = eraToString sbe
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ hprop_ledger_events_propose_new_constitution_spo = integrationWorkspace "propose
5858 fastTestnetOptions = def
5959 { cardanoNodeEra = AnyShelleyBasedEra sbe
6060 , cardanoNodes =
61- [ SpoNodeOptions Nothing []
62- , SpoNodeOptions Nothing []
63- , SpoNodeOptions Nothing []
61+ [ SpoNodeOptions []
62+ , SpoNodeOptions []
63+ , SpoNodeOptions []
6464 ]
6565 }
6666 shelleyOptions = def { genesisEpochLength = 100 }
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ hprop_shutdownOnSlotSynced = integrationRetryWorkspace 2 "shutdown-on-slot-synce
198198 slotLen = 0.01
199199 let fastTestnetOptions = def
200200 { cardanoNodes =
201- [ SpoNodeOptions Nothing [" --shutdown-on-slot-synced" , show maxSlot]
201+ [ SpoNodeOptions [" --shutdown-on-slot-synced" , show maxSlot]
202202 ]
203203 }
204204 shelleyOptions = def
You can’t perform that action at this time.
0 commit comments