Skip to content
Snippets Groups Projects
Unverified Commit 738282a2 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Fix incorrected deprecated message (#7118)

parent e051f3ed
No related merge requests found
Pipeline #511234 waiting for manual action with stages
in 29 minutes and 3 seconds
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment