Skip to content

Commit ae9340d

Browse files
committed
Updated test name
1 parent a92088c commit ae9340d

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
@@ -301,7 +301,7 @@ fn apply_with_custodian_works() {
301301
}
302302

303303
#[test]
304-
fn apply_with_mismatched_number_of_files_and_custodian_files_shouldnt_work() {
304+
fn apply_with_mismatched_number_of_fields_and_custodian_fields_shouldnt_work() {
305305
new_test_ext().execute_with(|| {
306306
Balances::make_free_balance_be(&1, 100);
307307
// Dispatch a signed extrinsic.

0 commit comments

Comments
 (0)