We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd7b9e commit 5509a83Copy full SHA for 5509a83
tests/PropertyKeys.hs
@@ -38,5 +38,5 @@ keysTests =
38
, testProperty "Version" $ roundTripKey (undefined :: Version)
39
, testProperty "Lazy Text" $ roundTripKey (undefined :: LT.Text)
40
, testProperty "UUID" $ roundTripKey UUID.nil
41
- , testProperty "Const Text" $ roundTripKey (undefined :: Const Text)
+ , testProperty "Const Text" $ roundTripKey (undefined :: Const T.Text)
42
]
0 commit comments