Skip to content

Commit

Permalink
same range
Browse files Browse the repository at this point in the history
  • Loading branch information
VladasZ committed Oct 18, 2023
1 parent 1e3c29a commit 48ffa9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/src/measure/top_up.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use anyhow::Result;
use near_sdk::json_types::U128;
use workspaces::types::Gas;

use crate::measure::utils::{generate_measure_jars_range, MeasureData};
use crate::measure::utils::{measure_jars_range, MeasureData};
use crate::{
common::{prepare_contract, Prepared},
measure::{
Expand All @@ -24,7 +24,7 @@ async fn measure_top_up_test() -> Result<()> {
let measured = scoped_command_measure(
generate_permutations(
&[RegisterProductCommand::Locked10Minutes6PercentsTopUp],
&generate_measure_jars_range(2, 2),
&measure_jars_range(),
),
measure_top_up,
)
Expand Down

0 comments on commit 48ffa9c

Please sign in to comment.