Skip to content

Commit

Permalink
chore(primitives): Organize test data on a single dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jun 6, 2022
1 parent 1f342cd commit 467d6be
Show file tree
Hide file tree
Showing 31 changed files with 836 additions and 30 deletions.
2 changes: 1 addition & 1 deletion pallas-primitives/src/alonzo/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mod tests {
fn known_address_matches() {
// TODO: expand this test to include more test blocks
let block_idx = 1;
let block_str = include_str!("test_data/test2.block");
let block_str = include_str!("../test_data/alonzo2.block");

let block_bytes = hex::decode(block_str).expect(&format!("bad block file {}", block_idx));
let BlockWrapper(_, block) = BlockWrapper::decode_fragment(&block_bytes[..])
Expand Down
Loading

0 comments on commit 467d6be

Please sign in to comment.