From b654172b809e89912fbd7fb3ba019560146b65ee Mon Sep 17 00:00:00 2001 From: Lucas Soriano del Pino Date: Thu, 9 Sep 2021 16:16:22 +1000 Subject: [PATCH] Rename tests file --- cfd_protocol/tests/{dlc_protocol.rs => cfds.rs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename cfd_protocol/tests/{dlc_protocol.rs => cfds.rs} (99%) 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;