Skip to content

Commit

Permalink
Updated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
didiermis committed Mar 19, 2024
1 parent a92088c commit ae9340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/gated-marketplace/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ fn apply_with_custodian_works() {
}

#[test]
fn apply_with_mismatched_number_of_files_and_custodian_files_shouldnt_work() {
fn apply_with_mismatched_number_of_fields_and_custodian_fields_shouldnt_work() {
new_test_ext().execute_with(|| {
Balances::make_free_balance_be(&1, 100);
// Dispatch a signed extrinsic.
Expand Down

0 comments on commit ae9340d

Please sign in to comment.