Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Aug 8, 2022
1 parent bbb6c77 commit 664f095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallas-primitives/src/babbage/model.rs
Expand Up @@ -593,6 +593,8 @@ mod tests {
include_str!("../../../test_data/babbage1.block"),
include_str!("../../../test_data/babbage2.block"),
include_str!("../../../test_data/babbage3.block"),
// peculiar block with single plutus cost model
include_str!("../../../test_data/babbage4.block"),
];

for (idx, block_str) in test_blocks.iter().enumerate() {
Expand Down

0 comments on commit 664f095

Please sign in to comment.