Skip to content

Commit

Permalink
Use the import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Fithian committed Aug 24, 2020
1 parent 8cd7b9e commit 5509a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PropertyKeys.hs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ keysTests =
, testProperty "Version" $ roundTripKey (undefined :: Version)
, testProperty "Lazy Text" $ roundTripKey (undefined :: LT.Text)
, testProperty "UUID" $ roundTripKey UUID.nil
, testProperty "Const Text" $ roundTripKey (undefined :: Const Text)
, testProperty "Const Text" $ roundTripKey (undefined :: Const T.Text)
]

0 comments on commit 5509a83

Please sign in to comment.