Skip to content

Commit

Permalink
1 cere pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
aie0 committed Dec 21, 2023
1 parent 6ceef25 commit 2cde144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/ddc-payouts/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2260,10 +2260,10 @@ fn send_rewarding_providers_batch_100_nodes_random_usage_works() {
let min: u64 = 1024;
let max: u64 = 1024 * 1024;
let num_nodes = 100;
let num_users = 5;
let num_users = 100;
let dac_account = 123u128;
let bank = 1u128;
let cluster_id = ONE_CLUSTER_ID;
let cluster_id = CERE_CLUSTER_ID;
let era = 100;
let user_batch_size = 10;
let node_batch_size = 10;
Expand Down

0 comments on commit 2cde144

Please sign in to comment.