Explorar o código

contract/money: Enable forgotten test.

parazyd %!s(int64=3) %!d(string=hai) anos
pai
achega
f5b34c56e6
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      Cargo.toml
  2. 1 0
      src/contract/money/tests/integration.rs

+ 1 - 0
Cargo.toml

@@ -246,6 +246,7 @@ util = [
 
 wallet = [
     "rusqlite",
+    "smol",
 
     "darkfi-serial",
     "util",

+ 1 - 0
src/contract/money/tests/integration.rs

@@ -34,6 +34,7 @@ use darkfi::Result;
 use darkfi_contract_test_harness::{init_logger, Holder, TestHarness};
 use log::info;
 
+#[test]
 fn money_integration() -> Result<()> {
     smol::block_on(async {
         init_logger();