Skip to content

Commit d3fea43

Browse files
authored
rename benchmark (paritytech#2173)
A quick fix where a benchmark test was wrongly renamed in this PR paritytech#1868
1 parent 878ed73 commit d3fea43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

substrate/frame/alliance/src/benchmarking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ mod benchmarks {
782782
}
783783

784784
#[benchmark]
785-
fn add_scrupulous_items(
785+
fn add_unscrupulous_items(
786786
n: Linear<0, { T::MaxUnscrupulousItems::get() }>,
787787
l: Linear<0, { T::MaxWebsiteUrlLength::get() }>,
788788
) -> Result<(), BenchmarkError> {

0 commit comments

Comments
 (0)