File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed 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
File renamed without changes.
Original file line number Diff line number Diff line change 218218 # Override extra-source-files
219219 packages . cardano-db-sync . package . extraSrcFiles =
220220 [ "../schema/*.sql" ] ;
221+ packages . cardano-db-sync . components . tests . test . extraSrcFiles =
222+ [ "test/testfiles/*.jsonld" ] ;
221223 packages . cardano-db . package . extraSrcFiles =
222224 [ "../config/pgpass-testnet" ] ;
223225 packages . cardano-db . components . tests . schema-rollback . extraSrcFiles =
You can’t perform that action at this time.
0 commit comments