todos should be `not ok`

This commit is contained in:
rhiannon morris 2023-09-23 17:39:15 +02:00
parent 46d94df444
commit e33b32a887
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ run1' (index, test) = do
putOk' Yellow True index "\{test.label} # skip \{reason}"
Todo reason => do
modify $ \s : Results => {todo $= S} s
putOk' Yellow True index "\{test.label} # todo \{reason}"
putOk' Yellow False index "\{test.label} # todo \{reason}"
pure $ toBool res
parameters (skipNotes : Bool)