Skip to content

Commit

Permalink
Revert "migrate pallet-statement to use umbrella crate"
Browse files Browse the repository at this point in the history
This reverts commit fed7211.
  • Loading branch information
Nathy-bajo committed Jan 12, 2025
1 parent b7e523e commit 49335d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions substrate/frame/statement/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ impl Config for Test {
type MaxAllowedBytes = ConstU32<MAX_ALLOWED_BYTES>;
}

<<<<<<< HEAD
pub fn new_test_ext() -> TestState {
pub fn new_test_ext() -> sp_io::TestExternalities {
=======
>>>>>>> parent of fed7211911 (migrate pallet-statement to use umbrella crate)
pub fn new_test_ext() -> sp_io::TestExternalities {
let mut t = frame_system::GenesisConfig::<Test>::default().build_storage().unwrap();
let balances = pallet_balances::GenesisConfig::<Test> {
Expand Down

0 comments on commit 49335d8

Please sign in to comment.