Skip to content

Commit

Permalink
Move emulator_tests to tests/test/emulator_tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jun 4, 2024
1 parent c055da3 commit 3f3143a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fn ledger(host_port: u16) -> LedgerSigner<impl Exchange> {

mod test_helpers {
pub mod test {
include!("./utils/mod.rs");
include!("../utils/mod.rs");
}
}

Expand Down
1 change: 1 addition & 0 deletions cmd/crates/stellar-ledger/tests/test/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mod emulator_tests;

0 comments on commit 3f3143a

Please sign in to comment.