File tree 2 files changed +3
-2
lines changed
cardano-testnet/test/Spec/Cli/Babbage
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ test-show-details: direct
77
77
78
78
constraints :
79
79
hedgehog >= 1.0
80
+ , hedgehog-extras == 0.2.0.0
80
81
, bimap >= 0.4.0
81
82
, libsystemd-journal >= 1.4.4
82
83
, systemd >= 2.3.0
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 " leadershipSchedule:current:error " $ do
119
+ H. byDeadlineM 5 leadershipScheduleDeadline $ 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 " leadershipSchedule:next:error " $ do
160
+ H. byDeadlineM 5 leadershipScheduleDeadline $ 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