Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
akashin committed Jul 27, 2023
1 parent caa43c1 commit 0fcf380
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions integration-tests/src/tests/client/process_blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ use near_primitives::sharding::{
};
use near_primitives::state_part::PartId;
use near_primitives::syncing::{get_num_state_parts, StatePartKey};
use near_primitives::test_utils::TestBlockBuilder;
use near_primitives::test_utils::create_test_signer;
use near_primitives::test_utils::TestBlockBuilder;
use near_primitives::transaction::{
Action, DeployContractAction, ExecutionStatus, FunctionCallAction, SignedTransaction,
Transaction,
Expand Down Expand Up @@ -2862,11 +2862,7 @@ fn test_delayed_receipt_count_limit() {

let epoch_length = 5;
let min_gas_price = 10000;
let mut genesis = Genesis::test_sharded_new_version(
vec!["test0".parse().unwrap()],
1,
vec![1],
);
let mut genesis = Genesis::test_sharded_new_version(vec!["test0".parse().unwrap()], 1, vec![1]);
genesis.config.epoch_length = epoch_length;
genesis.config.min_gas_price = min_gas_price;
// Set gas limit to be small enough to produce some delayed receipts, but large enough for
Expand Down

0 comments on commit 0fcf380

Please sign in to comment.