Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Feb 1, 2025
1 parent 2bec840 commit f0faf3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion substrate/frame/support/test/tests/enum_deprecation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,12 @@ fn pallet_metadata() {
// ])),
DeprecationInfoIR::VariantsDeprecated(BTreeMap::from([(
codec::Compact(0),
DeprecationStatusIR::Deprecated { note: "second", since: None }
),
(
codec::Compact(1),
DeprecationStatusIR::Deprecated { note: "first", since: None }
),])),
)])),
meta.deprecation_info
);
}
Expand Down

0 comments on commit f0faf3d

Please sign in to comment.