Skip to content

Commit

Permalink
Fix incorrected deprecated message (#7118)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Jan 11, 2025
1 parent e051f3e commit 738282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ pub mod testing_prelude {

pub use frame_system::{self, mocking::*};

#[deprecated(note = "Use `frame::testing_prelude::TestExternalities` instead.")]
#[deprecated(note = "Use `frame::testing_prelude::TestState` instead.")]
pub use sp_io::TestExternalities;

pub use sp_io::TestExternalities as TestState;
Expand Down

0 comments on commit 738282a

Please sign in to comment.