Skip to content

Commit

Permalink
Removed unsued maintenance mode types
Browse files Browse the repository at this point in the history
  • Loading branch information
fgamundi committed Feb 8, 2024
1 parent 1b5d1a3 commit fcefeef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 132 deletions.
1 change: 1 addition & 0 deletions pallets/maintenance-mode/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use cumulus_primitives_core::AggregateMessageOrigin;
use frame_support::traits::QueuePausedQuery;
use frame_support::{assert_noop, assert_ok};
use sp_runtime::traits::Dispatchable;

#[test]
fn can_remark_during_normal_operation() {
ExtBuilder::default().build().execute_with(|| {
Expand Down
132 changes: 0 additions & 132 deletions pallets/maintenance-mode/src/types.rs

This file was deleted.

0 comments on commit fcefeef

Please sign in to comment.