Skip to content

Commit 6321f88

Browse files
committed
[ci skip] fix clippy
1 parent ae26e25 commit 6321f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/e2e/ledger_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ fn masp_txs_and_queries() -> Result<()> {
645645

646646
let validator_one_rpc = get_actor_rpc(&test, &Who::Validator(0));
647647

648-
let ep1 = epoch_sleep(&test, &validator_one_rpc, 720)?;
648+
let _ep1 = epoch_sleep(&test, &validator_one_rpc, 720)?;
649649

650650
let txs_args = vec![
651651
// 2. Attempt to spend 10 BTC at SK(A) to PA(B)

0 commit comments

Comments
 (0)