File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ test-suite spec
111
111
type : exitcode-stdio-1.0
112
112
hs-source-dirs : test
113
113
main-is : Spec.hs
114
- build-tool-depends : hspec-discover :hspec-discover >= 2.6.0 && < 2.10
114
+ build-tool-depends : hspec-discover :hspec-discover >= 2.6.0 && < 2.11
115
115
build-depends : base
116
116
, base-compat
117
117
, aeson
118
- , hspec >= 2.6.0 && < 2.10
118
+ , hspec >= 2.6.0 && < 2.11
119
119
, QuickCheck
120
120
, lens
121
121
, lens-aeson >= 1.0.2 && < 1.3
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ import Servant.OpenApi.Internal.Orphans ()
512
512
-- UserId...
513
513
-- ...
514
514
-- Finished in ... seconds
515
- -- 3 examples, 0 failures
515
+ -- ... 3 examples, 0 failures...
516
516
--
517
517
-- Although servant is great, chances are that your API clients don't use Haskell.
518
518
-- In many cases @swagger.json@ serves as a specification, not a Haskell type.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ import Servant.OpenApi.Internal.TypeLevel
56
56
-- UserId...
57
57
-- ...
58
58
-- Finished in ... seconds
59
- -- 2 examples, 0 failures
59
+ -- ... 2 examples, 0 failures...
60
60
--
61
61
-- For the test to compile all body types should have the following instances:
62
62
--
@@ -122,7 +122,7 @@ validateEveryToJSONWithPatternChecker checker _ = props
122
122
-- [Char]...
123
123
-- ...
124
124
-- Finished in ... seconds
125
- -- 3 examples, 0 failures
125
+ -- ... 3 examples, 0 failures...
126
126
props :: forall p p'' cs xs . TMap (Every (Typeable ': Show ': Arbitrary ': cs )) xs =>
127
127
p cs -- ^ A list of constraints.
128
128
-> (forall x . EveryTF cs x => x -> Property ) -- ^ Property predicate.
You can’t perform that action at this time.
0 commit comments