remove dup test

This commit is contained in:
Sergio Chouhy 2025-10-17 17:39:03 -03:00
parent e1085e1907
commit 7724b7a2db

View File

@ -8,7 +8,6 @@ RISC0_DEV_MODE=1 cargo test --release
cd integration_tests
export NSSA_WALLET_HOME_DIR=$(pwd)/configs/debug/wallet/
export RUST_LOG=info
cargo run $(pwd)/configs/debug all
echo "Try test valid proof at least once"
cargo run $(pwd)/configs/debug test_success_private_transfer_to_another_owned_account
echo "Continuing in dev mode"