[FIX] Date Parser
[gargantext.git] / src-test / Utils / Crypto.hs
index da89dc4271bfa076313d3171d1f6a4f847cf4b09..13d9de4b319976b587b75d981268bdebd29f3b0a 100644 (file)
@@ -1,7 +1,6 @@
-
 {-|
 Module      : Utils.Crypto
-Description : 
+Description :
 Copyright   : (c) CNRS, 2017-Present
 License     : AGPL + CECILL v3
 Maintainer  : team@gargantext.org
@@ -14,7 +13,9 @@ module Utils.Crypto where
 
 import Data.Text (Text)
 import Test.Hspec
+
 import Gargantext.Prelude
+import Gargantext.Prelude.Crypto.Hash
 import Gargantext.Prelude.Utils
 
 -- | Crypto Hash tests
@@ -41,4 +42,3 @@ test = hspec $ do
     let hash2 = hash (["b","a"] :: [Text])
     it "compare" $ do
       hash1 `shouldBe` hash2
-