We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d925be commit f678e63Copy full SHA for f678e63
cardano-db-sync/test/Cardano/DbSync/OffChain/VoteTest.hs
@@ -31,7 +31,7 @@ tests =
31
prop_parseInvalidCIPFormat :: Property
32
prop_parseInvalidCIPFormat = withTests 1 $ property $ do
33
-- 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"
+ fileContent <- liftIO $ BS.readFile "./cardano-chain-gen/test/testfiles/invalid-vote-doNotList.jsonld"
35
let lbsContent = LBS.fromStrict fileContent
36
37
-- Run the parser
0 commit comments