Skip to content

Commit 8f6cc6f

Browse files
committed
Merge branch 'bat/feat/new-genesis-CI' of github.com:anoma/namada into bat/feat/new-genesis-CI
* 'bat/feat/new-genesis-CI' of github.com:anoma/namada: fix fmt fix `make check-crates` More fixes [fix]: Fixed unit tests [fix]: Compiling now. Tests need fixing fixup! [feat] Re-implementing new genesis flow in v0.24 [feat] Re-implementing new genesis flow in v0.24 Namada 0.24.1 test: remove dead multitoken_tests remove vp/tx cache at startup [ci skip] specifiy aws region improve sdk added changelog wasm server download via env changelog: add #2047 apps: turn off rocksdb jemalloc on windows
2 parents 46841a2 + 0e04a92 commit 8f6cc6f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/src/integration/masp.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ use namada_sdk::masp::fs::FsShieldedUtils;
88
use test_log::test;
99

1010
use super::setup;
11-
use crate::e2e::setup::constants::{AA_PAYMENT_ADDRESS, AA_VIEWING_KEY, AB_PAYMENT_ADDRESS, AB_VIEWING_KEY, AC_PAYMENT_ADDRESS, AC_VIEWING_KEY, ALBERT, A_SPENDING_KEY, BB_PAYMENT_ADDRESS, BERTHA, BTC, B_SPENDING_KEY, CHRISTEL, ETH, MASP, NAM, BERTHA_KEY, ALBERT_KEY, CHRISTEL_KEY};
11+
use crate::e2e::setup::constants::{
12+
AA_PAYMENT_ADDRESS, AA_VIEWING_KEY, AB_PAYMENT_ADDRESS, AB_VIEWING_KEY,
13+
AC_PAYMENT_ADDRESS, AC_VIEWING_KEY, ALBERT, ALBERT_KEY, A_SPENDING_KEY,
14+
BB_PAYMENT_ADDRESS, BERTHA, BERTHA_KEY, BTC, B_SPENDING_KEY, CHRISTEL,
15+
CHRISTEL_KEY, ETH, MASP, NAM,
16+
};
1217

1318
/// In this test we verify that users of the MASP receive the correct rewards
1419
/// for leaving their assets in the pool for varying periods of time.

0 commit comments

Comments
 (0)