File tree 3 files changed +4
-2
lines changed
bench/tx-generator/src/Cardano/Benchmarking/Script
cardano-testnet/test/Spec/Cli/Babbage
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ {-# LANGUAGE ConstraintKinds #-}
1
2
{-# LANGUAGE DeriveGeneric #-}
2
3
{-# LANGUAGE GADTs #-}
3
4
{-# LANGUAGE ScopedTypeVariables #-}
Original file line number Diff line number Diff line change
1
+ {-# LANGUAGE ConstraintKinds #-}
1
2
{-# LANGUAGE DeriveGeneric #-}
2
3
{-# LANGUAGE GADTs #-}
3
4
{-# LANGUAGE ScopedTypeVariables #-}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ hprop_leadershipSchedule = H.integration . H.runFinallies . H.workspace "alonzo"
116
116
117
117
leadershipScheduleDeadline <- H. noteShowM $ DTC. addUTCTime 180 <$> H. noteShowIO DTC. getCurrentTime
118
118
119
- H. byDeadlineM 5 leadershipScheduleDeadline $ do
119
+ H. byDeadlineM 5 leadershipScheduleDeadline " leadershipSchedule:current:error " $ do
120
120
void $ H. execCli' execConfig
121
121
[ " query" , " leadership-schedule"
122
122
, " --testnet-magic" , show @ Int testnetMagic
@@ -157,7 +157,7 @@ hprop_leadershipSchedule = H.integration . H.runFinallies . H.workspace "alonzo"
157
157
158
158
leadershipScheduleDeadline <- H. noteShowM $ DTC. addUTCTime 180 <$> H. noteShowIO DTC. getCurrentTime
159
159
160
- H. byDeadlineM 5 leadershipScheduleDeadline $ do
160
+ H. byDeadlineM 5 leadershipScheduleDeadline " leadershipSchedule:next:error " $ do
161
161
void $ H. execCli' execConfig
162
162
[ " query" , " leadership-schedule"
163
163
, " --testnet-magic" , show @ Int testnetMagic
You can’t perform that action at this time.
0 commit comments