Skip to content

Commit

Permalink
fix: remove extraneous test
Browse files Browse the repository at this point in the history
Since other tests will deploy hello_world this adds nothing
  • Loading branch information
willemneal committed Sep 21, 2023
1 parent 2f6693f commit e39b05b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cmd/crates/soroban-test/tests/it/integration_and_sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ use soroban_test::TestEnv;

use crate::util::{
add_test_seed, deploy_hello, is_rpc, network_passphrase_arg, rpc_url_arg, DEFAULT_PUB_KEY,
DEFAULT_SECRET_KEY, DEFAULT_SEED_PHRASE, HELLO_WORLD, TEST_CONTRACT_ID,
DEFAULT_SECRET_KEY, DEFAULT_SEED_PHRASE, HELLO_WORLD,
};

#[test]
fn install_wasm_then_deploy_contract() {
let sandbox = TestEnv::default();
assert_eq!(deploy_hello(&sandbox), TEST_CONTRACT_ID);
}

#[test]
fn invoke_hello_world_with_lib_two() {
TestEnv::with_default(|e| {
Expand Down

0 comments on commit e39b05b

Please sign in to comment.