We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92088c commit ae9340dCopy full SHA for ae9340d
pallets/gated-marketplace/src/tests.rs
@@ -301,7 +301,7 @@ fn apply_with_custodian_works() {
301
}
302
303
#[test]
304
-fn apply_with_mismatched_number_of_files_and_custodian_files_shouldnt_work() {
+fn apply_with_mismatched_number_of_fields_and_custodian_fields_shouldnt_work() {
305
new_test_ext().execute_with(|| {
306
Balances::make_free_balance_be(&1, 100);
307
// Dispatch a signed extrinsic.
0 commit comments