Skip to content

Commit

Permalink
[ci skip] fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Jul 6, 2023
1 parent ae26e25 commit 6321f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ fn masp_txs_and_queries() -> Result<()> {

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

let ep1 = epoch_sleep(&test, &validator_one_rpc, 720)?;
let _ep1 = epoch_sleep(&test, &validator_one_rpc, 720)?;

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

0 comments on commit 6321f88

Please sign in to comment.