Skip to content

Commit

Permalink
ReGenerate golden tests and fix the path to golden file for Babbage
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jan 12, 2025
1 parent 982b886 commit 2f78d3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified eras/alonzo/impl/golden/translations.cbor
Binary file not shown.
Binary file modified eras/babbage/impl/golden/translations.cbor
Binary file not shown.
2 changes: 1 addition & 1 deletion eras/babbage/impl/test/GenerateGoldenFileMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import Test.Cardano.Ledger.Babbage.Translation.TranslatableGen ()

-- | Generates golden translation file for Babbage era
main :: IO ()
main = generateGoldenFile @BabbageEra "eras/babbage/test-suite/golden/translations.cbor"
main = generateGoldenFile @BabbageEra "eras/babbage/impl/golden/translations.cbor"

0 comments on commit 2f78d3f

Please sign in to comment.