File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ agentCmd = \case
222
222
key
223
223
slack
224
224
$> Success
225
- CheckResults tk emailUser emailPassword key days -> runValidate $ do
225
+ CheckResultFor tk emailUser emailPassword key days -> runValidate $ do
226
226
mfact <- lift $ findFact tk key
227
227
Fact testRun' _ <-
228
228
liftMaybe (CheckResultsNoTestRunFor key) mfact
@@ -349,7 +349,7 @@ data AgentCommand (phase :: IsReady) result where
349
349
-> AgentCommand
350
350
phase
351
351
(AValidationResult DownloadAssetsFailure Success )
352
- CheckResults
352
+ CheckResultFor
353
353
:: TokenId
354
354
-> EmailUser
355
355
-> EmailPassword
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ emailResultsOptions
97
97
:: Parser
98
98
(AgentCommand NotReady (AValidationResult CheckResultsFailure Result ))
99
99
emailResultsOptions =
100
- CheckResults
100
+ CheckResultFor
101
101
<$> tokenIdOption
102
102
<*> ( EmailUser
103
103
<$> setting
You can’t perform that action at this time.
0 commit comments