diff --git a/cfd_protocol/tests/dlc_protocol.rs b/cfd_protocol/tests/cfds.rs similarity index 99% rename from cfd_protocol/tests/dlc_protocol.rs rename to cfd_protocol/tests/cfds.rs index 7f466ff..dd6f06f 100644 --- a/cfd_protocol/tests/dlc_protocol.rs +++ b/cfd_protocol/tests/cfds.rs @@ -16,7 +16,7 @@ use secp256k1_zkp::{schnorrsig, SecretKey, SECP256K1}; use std::collections::HashMap; #[test] -fn run_cfd_protocol() { +fn create_cfd() { let mut rng = ChaChaRng::seed_from_u64(0); let maker_lock_amount = Amount::ONE_BTC;