Skip to content

Commit d510758

Browse files
committed
cardano-testnet-test: adapt to cardano-testnet change
1 parent 14b138f commit d510758

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/LeadershipSchedule.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/ProposeNewConstitutionSPO.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Node/Shutdown.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)