Skip to content

Commit

Permalink
Move init int test into it dir
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Oct 8, 2024
1 parent ba23e00 commit 054cc1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/crates/soroban-test/tests/it/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mod custom_types;
mod dotenv;
mod fund;
mod hello_world;
mod init;
mod snapshot;
mod tx;
mod util;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ fn init() {
table["workspace"]["dependencies"]["soroban-sdk"].as_str()
== Some(&format!("{major}.0.0"))
}));
// this is true, that is does create the dir, but it also panics
}
1 change: 0 additions & 1 deletion cmd/crates/soroban-test/tests/it/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mod arg_parsing;
mod build;
mod config;
mod help;
mod init;
#[cfg(feature = "it")]
mod integration;
mod plugin;
Expand Down

0 comments on commit 054cc1f

Please sign in to comment.