Skip to content

Commit 32d839f

Browse files
authored
Update runtimes/bulletin-westend/tests/tests.rs
1 parent 3658f38 commit 32d839f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/bulletin-westend/tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ fn transaction_storage_runtime_sizes() {
203203

204204
/// Test maximum write throughput: 8 transactions of 1 MiB each in a single block (8 MiB total).
205205
#[test]
206-
fn transaction_storage_max_throughput() {
206+
fn transaction_storage_max_throughput_per_block() {
207207
use bulletin_westend_runtime as runtime;
208208
use bulletin_westend_runtime::BuildStorage;
209209
use frame_support::assert_ok;

0 commit comments

Comments
 (0)