Skip to content

Commit

Permalink
Use sp_std library to add FromStr trait for tests at `pallet-evm-sy…
Browse files Browse the repository at this point in the history
…stem` (#68)

Use sp_std library to add FromStr trait for tests at pallet-evm-system
  • Loading branch information
dmitrylavrenov committed Oct 19, 2023
1 parent d3ac33a commit 8514b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/evm-system/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Unit tests.

use core::str::FromStr;
use sp_std::str::FromStr;

use frame_support::{assert_ok, assert_noop};
use mockall::predicate;
Expand Down

0 comments on commit 8514b26

Please sign in to comment.