test: Overflow error in ExUnits (#38)

This commit is contained in:
Santiago Carmuega 2022-02-01 03:59:43 -03:00 committed by GitHub
parent d87c069a1c
commit 0872dcc6fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -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() {

File diff suppressed because one or more lines are too long