Skip to content

Commit

Permalink
refactor(moot): only clean, no confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
abesto committed Feb 3, 2025
1 parent adb4316 commit 7398ca1
Show file tree
Hide file tree
Showing 4 changed files with 322 additions and 279 deletions.
4 changes: 2 additions & 2 deletions crates/telnet-host/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// this program. If not, see <https://www.gnu.org/licenses/>.
//

use moor_moot::{test_db_path, ManagedChild};
use moor_moot::{telnet::ManagedChild, test_db_path};
use serial_test::serial;
use std::net::TcpListener;
use std::{
Expand Down Expand Up @@ -110,7 +110,7 @@ MCowBQYDK2VwAyEAZQUxGvw8u9CcUHUGLttWFZJaoroXAmQgUGINgbBlVYw=
// only one runs at a time.

fn test_moot_with_telnet_host<P: AsRef<Path>>(moot_file: P) {
use moor_moot::{execute_moot_test, TelnetMootRunner};
use moor_moot::{execute_moot_test, telnet::TelnetMootRunner};

// Assign our unique identifier for this test run to be used in the paths for the IPC sockets.
let uuid = Uuid::new_v4();
Expand Down
Loading

0 comments on commit 7398ca1

Please sign in to comment.