Skip to content

Commit f678e63

Browse files
committed
change file location
1 parent 0d925be commit f678e63

File tree

1 file changed

+1
-1
lines changed
  • cardano-db-sync/test/Cardano/DbSync/OffChain

1 file changed

+1
-1
lines changed

cardano-db-sync/test/Cardano/DbSync/OffChain/VoteTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests =
3131
prop_parseInvalidCIPFormat :: Property
3232
prop_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 "./cardano-chain-gen/test/testfiles/invalid-vote-doNotList.jsonld"
3535
let lbsContent = LBS.fromStrict fileContent
3636

3737
-- Run the parser

0 commit comments

Comments
 (0)