Companion: Substrate#13869 (#7119)

* Companion: Substrate#13869

https://github.com/paritytech/substrate/pull/13869

* update lockfile for {"substrate"}

* ".git/.scripts/commands/fmt/fmt.sh"

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2023-05-25 00:36:56 +02:00
committed by GitHub
parent c74737e395
commit 28de4f1337
25 changed files with 262 additions and 265 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ use sp_runtime::FixedPointNumber;
#[test]
fn nis_hold_reason_encoding_is_correct() {
assert_eq!(NisHoldReason::get().encode(), [38, 0]);
assert_eq!(RuntimeHoldReason::Nis(pallet_nis::HoldReason::NftReceipt).encode(), [38, 0]);
}
#[test]