Skip to content

Commit 5509a83

Browse files
author
Dan Fithian
committed
Use the import
1 parent 8cd7b9e commit 5509a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PropertyKeys.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ keysTests =
3838
, testProperty "Version" $ roundTripKey (undefined :: Version)
3939
, testProperty "Lazy Text" $ roundTripKey (undefined :: LT.Text)
4040
, testProperty "UUID" $ roundTripKey UUID.nil
41-
, testProperty "Const Text" $ roundTripKey (undefined :: Const Text)
41+
, testProperty "Const Text" $ roundTripKey (undefined :: Const T.Text)
4242
]

0 commit comments

Comments
 (0)