diff --git a/bitcoin/src/taproot.rs b/bitcoin/src/taproot/mod.rs similarity index 99% rename from bitcoin/src/taproot.rs rename to bitcoin/src/taproot/mod.rs index d8877143..926cf89c 100644 --- a/bitcoin/src/taproot.rs +++ b/bitcoin/src/taproot/mod.rs @@ -1973,7 +1973,7 @@ mod test { } fn bip_341_read_json() -> serde_json::Value { - let json_str = include_str!("../tests/data/bip341_tests.json"); + let json_str = include_str!("../../tests/data/bip341_tests.json"); serde_json::from_str(json_str).expect("JSON was not well-formatted") } }