Skip to content

Commit 51fa225

Browse files
Move secure store tests to integration
1 parent 96ff9af commit 51fa225

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/crates/soroban-test/tests/it/integration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mod dotenv;
66
mod hello_world;
77
mod init;
88
mod keys;
9+
mod secure_store;
910
mod snapshot;
1011
mod tx;
1112
mod util;

cmd/crates/soroban-test/tests/it/secure_store.rs renamed to cmd/crates/soroban-test/tests/it/integration/secure_store.rs

File renamed without changes.

cmd/crates/soroban-test/tests/it/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ mod integration;
1010
mod log;
1111
mod plugin;
1212
mod rpc_provider;
13-
mod secure_store;
1413
mod util;
1514
mod version;

0 commit comments

Comments
 (0)