Skip to content

Commit a92088c

Browse files
committed
Updated test name
1 parent 0b8e196 commit a92088c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/gated-marketplace/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ fn apply_with_mismatched_number_of_files_and_custodian_files_shouldnt_work() {
328328
}
329329

330330
#[test]
331-
fn apply_with_custodian_but_no_custodian_files_shouldnt_work() {
331+
fn apply_with_custodian_but_no_custodian_fields_shouldnt_work() {
332332
new_test_ext().execute_with(|| {
333333
Balances::make_free_balance_be(&1, 100);
334334
// Dispatch a signed extrinsic.

0 commit comments

Comments
 (0)