File tree Expand file tree Collapse file tree 3 files changed +2
-111
lines changed
cardano-chain-gen/test/testfiles
test/Cardano/DbSync/OffChain Expand file tree Collapse file tree 3 files changed +2
-111
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ category: Cryptocurrency
1616build-type : Custom
1717extra-source-files : CHANGELOG.md
1818 schema/*.sql
19+ test/testfiles/*.jsonld
1920
2021custom-setup
2122 setup-depends :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tests =
3131prop_parseInvalidCIPFormat :: Property
3232prop_parseInvalidCIPFormat = withTests 1 $ property $ do
3333 -- Read the test file with invalid doNotList field (string instead of bool)
34- fileContent <- liftIO $ BS. readFile " ../cardano-chain-gen/ test/testfiles/invalid-vote-doNotList.jsonld"
34+ fileContent <- liftIO $ BS. readFile " test/testfiles/invalid-vote-doNotList.jsonld"
3535 let lbsContent = LBS. fromStrict fileContent
3636
3737 -- Run the parser
You can’t perform that action at this time.
0 commit comments