sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FIX] Date Parser
[gargantext.git]
/
src-test
/
Utils
/
Crypto.hs
diff --git
a/src-test/Utils/Crypto.hs
b/src-test/Utils/Crypto.hs
index 8ad9ce8ce06e077f833ace4ae909cf300adb410d..13d9de4b319976b587b75d981268bdebd29f3b0a 100644
(file)
--- a/
src-test/Utils/Crypto.hs
+++ b/
src-test/Utils/Crypto.hs
@@
-1,7
+1,6
@@
-
{-|
Module : Utils.Crypto
-Description :
+Description :
Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
@@
-43,4
+42,3
@@
test = hspec $ do
let hash2 = hash (["b","a"] :: [Text])
it "compare" $ do
hash1 `shouldBe` hash2
-