Co #12085: Update k256 (#6238)

* Typo

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Update Cargo.lock

* update lockfile for {"substrate"}

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Bastian Köcher <info@kchr.de>
Co-authored-by: parity-processbot <>
This commit is contained in:
Oliver Tale-Yazdi
2022-11-05 13:25:55 +01:00
committed by GitHub
parent bf597d69e0
commit f8c3a658b2
2 changed files with 230 additions and 218 deletions
+228 -216
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -270,7 +270,7 @@ fn teleport_assets_works() {
/// Asserts that the sender's balance is decreased as a result of execution of /// Asserts that the sender's balance is decreased as a result of execution of
/// local effects. /// local effects.
#[test] #[test]
fn limmited_teleport_assets_works() { fn limited_teleport_assets_works() {
let balances = vec![ let balances = vec![
(ALICE, INITIAL_BALANCE), (ALICE, INITIAL_BALANCE),
(ParaId::from(PARA_ID).into_account_truncating(), INITIAL_BALANCE), (ParaId::from(PARA_ID).into_account_truncating(), INITIAL_BALANCE),
@@ -314,7 +314,7 @@ fn limmited_teleport_assets_works() {
/// Asserts that the sender's balance is decreased as a result of execution of /// Asserts that the sender's balance is decreased as a result of execution of
/// local effects. /// local effects.
#[test] #[test]
fn unlimmited_teleport_assets_works() { fn unlimited_teleport_assets_works() {
let balances = vec![ let balances = vec![
(ALICE, INITIAL_BALANCE), (ALICE, INITIAL_BALANCE),
(ParaId::from(PARA_ID).into_account_truncating(), INITIAL_BALANCE), (ParaId::from(PARA_ID).into_account_truncating(), INITIAL_BALANCE),