Skip to content

Commit 771f24f

Browse files
committed
Update doctest for 9.6
1 parent d968eed commit 771f24f

File tree

1 file changed

+1
-1
lines changed
  • src/Servant/OpenApi/Internal

1 file changed

+1
-1
lines changed

src/Servant/OpenApi/Internal/Test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import Servant.OpenApi.Internal.TypeLevel
7373
-- >>> type ContactAPI = Get '[JSON] Contact
7474
-- >>> hspec $ validateEveryToJSON (Proxy :: Proxy ContactAPI)
7575
-- ...
76-
-- ...No instance for (Arbitrary Contact)
76+
-- ...No instance for ...Arbitrary Contact...
7777
-- ... arising from a use of ‘validateEveryToJSON’
7878
-- ...
7979
validateEveryToJSON

0 commit comments

Comments
 (0)