test: Overflow error in ExUnits (#38)
This commit is contained in:
parent
d87c069a1c
commit
0872dcc6fa
2 changed files with 4 additions and 0 deletions
|
|
@ -1442,6 +1442,9 @@ mod tests {
|
|||
include_str!("test_data/test12.block"),
|
||||
// peculiar block with protocol update params, including nonce
|
||||
include_str!("test_data/test13.block"),
|
||||
// peculiar block with overflow crash
|
||||
// https://github.com/txpipe/oura/issues/113
|
||||
include_str!("test_data/test14.block"),
|
||||
];
|
||||
|
||||
for (idx, block_str) in test_blocks.iter().enumerate() {
|
||||
|
|
|
|||
1
pallas-alonzo/src/test_data/test14.block
Normal file
1
pallas-alonzo/src/test_data/test14.block
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue