forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
959c662
commit 61e2a28
Showing
3 changed files
with
97 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,12 @@ | |
// SPDX-FileCopyrightText: 2023 Snowfork <[email protected]> | ||
use super::*; | ||
|
||
use crate::{mock::*, Error}; | ||
use frame_support::{assert_noop, assert_ok}; | ||
use snowbridge_core::inbound::Proof; | ||
use sp_keyring::AccountKeyring as Keyring; | ||
use sp_keyring::sr25519::Keyring; | ||
use sp_runtime::DispatchError; | ||
|
||
use crate::{mock::*, Error}; | ||
|
||
#[test] | ||
fn test_submit_with_invalid_gateway() { | ||
new_tester().execute_with(|| { | ||
|