Skip to content

Commit

Permalink
Restyled by fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Dec 28, 2024
1 parent d81be84 commit d174119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ testScenarioSolutions rs ui key =
let msgs = g ^.. robotInfo . robotMap . traverse . robotLog . to logToText . traverse
assertBool "Error message should mention tank treads but not treads" $
not (any ("- treads" `T.isInfixOf`) msgs)
&& (any ("- tank treads" `T.isInfixOf`) msgs)
&& (any ("- tank treads" `T.isInfixOf`) msgs)
]
where
-- expectFailIf :: Bool -> String -> TestTree -> TestTree
Expand Down

0 comments on commit d174119

Please sign in to comment.