rename benchmark (#2173)

A quick fix where a benchmark test was wrongly renamed in this PR
https://github.com/paritytech/polkadot-sdk/pull/1868
This commit is contained in:
Richard Melkonian
2023-11-06 12:54:37 +00:00
committed by GitHub
parent 318e5969c7
commit 4ac9c4a364
+1 -1
View File
@@ -782,7 +782,7 @@ mod benchmarks {
}
#[benchmark]
fn add_scrupulous_items(
fn add_unscrupulous_items(
n: Linear<0, { T::MaxUnscrupulousItems::get() }>,
l: Linear<0, { T::MaxWebsiteUrlLength::get() }>,
) -> Result<(), BenchmarkError> {