frame-support: Rename tests to express what they are doing (#11147)

Fixes: https://github.com/paritytech/substrate/issues/11145
This commit is contained in:
Bastian Köcher
2022-03-31 15:13:34 +02:00
committed by GitHub
parent 0e0d0a677a
commit 6ec4ee1647
2 changed files with 2 additions and 2 deletions
@@ -693,7 +693,7 @@ pub mod test {
}
#[test]
fn try_append_is_correct() {
fn bound_returns_correct_value() {
assert_eq!(BoundedVec::<u32, ConstU32<7>>::bound(), 7);
}