Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Jul 11, 2024
1 parent 1c53696 commit 58cb6c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mte-multi-custom/tests/multitest/test_general.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn virtual_staking_contract() -> Box<dyn Contract<VirtualStakeCustomMsg, Virtual
}

#[test]
fn instantiate_converter_contract_should_work() {
fn instantiating_converter_contract_should_work() {
// prepare the simulator
let mut app = App::default();

Expand All @@ -51,7 +51,7 @@ fn instantiate_converter_contract_should_work() {
}

#[test]
fn instantiate_virtual_staking_contract_should_work() {
fn instantiating_virtual_staking_contract_should_work() {
// prepare the simulator
let mut app = custom_app::<VirtualStakeCustomMsg, VirtualStakeCustomQuery, _>(no_init);

Expand All @@ -72,7 +72,7 @@ fn instantiate_virtual_staking_contract_should_work() {
}

#[test]
fn instantiate_both_should_work() {
fn instantiating_both_contracts_should_work() {
// prepare the simulator
let mut app = custom_app::<VirtualStakeCustomMsg, VirtualStakeCustomQuery, _>(no_init);

Expand Down

0 comments on commit 58cb6c8

Please sign in to comment.