Skip to content

Commit

Permalink
cleanup2
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jan 1, 2023
1 parent 6d60302 commit 5e682d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Swarm/Game/Scenario/Objective/Graph.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

module Swarm.Game.Scenario.Objective.Graph where
Expand Down
4 changes: 2 additions & 2 deletions test/unit/TestBoolExpr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ testBoolExpr =
, testGroup
"Prerequisite expressions"
[ testCase
"Invalidating result"
"A negated goal is completed"
$ assertBool "Should have returned true"
$ WC.isUnwinnablePrereq (Set.singleton "b") demoPrereqs
, testCase
"Invalidating result"
"A non-negated goal is completed"
$ assertBool "Should have returned false"
$ not
$ WC.isUnwinnablePrereq (Set.singleton "c") demoPrereqs
Expand Down

0 comments on commit 5e682d8

Please sign in to comment.