Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Baltariu <[email protected]>
  • Loading branch information
andreiblt1304 committed Dec 11, 2024
1 parent 6e90a97 commit 767794c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions sovereign-forge/interactor/tests/interact_cs_tests.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
use forge_rust_interact::ContractInteract;
use multiversx_sc_snippets::imports::*;

// Simple deploy test that runs using the chain simulator configuration.
// In order for this test to work, make sure that the `config.toml` file contains the chain simulator config (or choose it manually)
// The chain simulator should already be installed and running before attempting to run this test.
// The chain-simulator-tests feature should be present in Cargo.toml.
// Can be run with `sc-meta test -c`.
#[tokio::test]
#[cfg_attr(not(feature = "chain-simulator-tests"), ignore)]
async fn deploy_test_sovereign_forge_cs() {
Expand Down
3 changes: 0 additions & 3 deletions sovereign-forge/interactor/tests/interact_tests.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use forge_rust_interact::ContractInteract;
use multiversx_sc_snippets::imports::tokio;

// Simple deploy test that runs on the real blockchain configuration.
// In order for this test to work, make sure that the `config.toml` file contains the real blockchain config (or choose it manually)
// Can be run with `sc-meta test`.
#[tokio::test]
#[ignore = "run on demand, relies on real blockchain state"]
async fn deploy_test_sovereign_forge() {
Expand Down

0 comments on commit 767794c

Please sign in to comment.