Skip to content

Commit

Permalink
path tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 26, 2024
1 parent a5538c3 commit 56f6714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/support/age_testcontainer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub fn start_age_container<'a>() -> Container<'a, GenericImage> {
container
}

#[ignore]
#[tokio::test]
async fn test_age_meta_setup() {
let (pool, _c) = get_test_age_pool()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_json_rescue_v5_parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fn test_rescue_v5_parse_miner_tx() -> anyhow::Result<()> {

#[test]
fn test_json_format_example() -> anyhow::Result<()> {
let p = fixtures::v5_json_tx_path().join("example_user_tx.json");
let p = fixtures::v5_json_tx_path().join("example_create_user.json");

let (tx, _) = extract_v5_json_rescue(&p)?;
let first = tx.first().unwrap();
Expand Down

0 comments on commit 56f6714

Please sign in to comment.