Skip to content

Commit

Permalink
Fix SHA2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasin committed Oct 7, 2024
1 parent 07beaa4 commit 3089266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbolic-base/test/Tests/SHA2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import ZkFold.Symbolic.Interpreter (Interpreter (Inter
-- https://csrc.nist.gov/Projects/Cryptographic-Algorithm-Validation-Program/Secure-Hashing#shavs
--
dataDir :: FilePath
dataDir = "tests/data/shabittestvectors/"
dataDir = "test/data/shabittestvectors/"

getTestFiles :: forall (algorithm :: Symbol) . KnownSymbol algorithm => IO [FilePath]
getTestFiles = Haskell.filter isAlgoFile <$> listDirectory dataDir
Expand Down

0 comments on commit 3089266

Please sign in to comment.