Skip to content

Commit

Permalink
pr driven development
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornkihlberg committed Nov 22, 2023
1 parent ff423b7 commit 75ee244
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions marlowe-runtime-web/test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import Servant.API
import Servant.OpenApi
import Spec.Marlowe.Semantics.Arbitrary ()
import Spec.Marlowe.Semantics.Next.Arbitrary ()
import Test.Hspec (Spec, describe, hspec, it, shouldBe, xdescribe)
import Test.Hspec (Spec, describe, hspec, it, shouldBe)
import Test.Hspec.Golden (defaultGolden)
import Test.QuickCheck (Arbitrary (..), Gen, elements, genericShrink, listOf, oneof, resize, suchThat)
import Test.QuickCheck.Instances ()
Expand Down Expand Up @@ -327,8 +327,6 @@ openAPISpec = do
expected = []
actual `shouldBe` expected

xdescribe "linter" do
describe "schemaRule1Check" do
it "test 01" do
let linterEnv :: OpenApiLintEnvironment
linterEnv = OpenApiLintEnvironment mempty
Expand Down

0 comments on commit 75ee244

Please sign in to comment.