Skip to content

Commit

Permalink
clean & rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Mar 5, 2024
1 parent 21b2050 commit 7dff868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion runtime/src/extensions/ext_impl/read_state.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use codec::Decode;
use cumulus_primitives_core::relay_chain::BlockNumber;
use frame_support::pallet_prelude::*;
use log;
Expand Down
6 changes: 3 additions & 3 deletions runtime/src/extensions/pop_api_extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ mod tests {
}

#[test]
fn test_dispatch() {
fn dispatch_balance_transfer_from_contract_works() {
new_test_ext().execute_with(|| {
let _ = env_logger::try_init();

Expand Down Expand Up @@ -217,7 +217,7 @@ mod tests {
}

#[test]
fn test_nfts_mint() {
fn dispatch_nfts_mint_from_contract_works() {
new_test_ext().execute_with(|| {
let _ = env_logger::try_init();

Expand Down Expand Up @@ -305,7 +305,7 @@ mod tests {
}

#[test]
fn test_nfts_mint_surfaces_error() {
fn nfts_mint_surfaces_error() {
new_test_ext().execute_with(|| {
let _ = env_logger::try_init();

Expand Down

0 comments on commit 7dff868

Please sign in to comment.