Pārlūkot izejas kodu

contract/money: Rename transfer integration test

parazyd 3 gadi atpakaļ
vecāks
revīzija
ceb1179b40
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/contract/money/tests/transfer.rs

+ 1 - 1
src/contract/money/tests/transfer.rs

@@ -57,7 +57,7 @@ use darkfi_money_contract::{
 };
 
 #[async_std::test]
-async fn money_contract_execution() -> Result<()> {
+async fn money_contract_transfer() -> Result<()> {
     // Debug log configuration
     let mut cfg = simplelog::ConfigBuilder::new();
     cfg.add_filter_ignore("sled".to_string());