Skip to content

Commit

Permalink
frame/tests: Import encode
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv committed Dec 4, 2024
1 parent 364dde6 commit 0d00f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/support/test/tests/pallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ fn pallet_item_docs_in_metadata() {

#[test]
fn metadata() {
use codec::Decode;
use codec::{Decode, Encode};
use frame_metadata::{v15::*, *};

let readme = "Very important information :D\n";
Expand Down

0 comments on commit 0d00f50

Please sign in to comment.