summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli.rs b/tests/cli.rs
index a370154..1daa850 100644
--- a/tests/cli.rs
+++ b/tests/cli.rs
@@ -1,8 +1,8 @@
use anyhow::Result;
use assert_cmd::{cargo::cargo_bin, Command};
use rexpect::session::{spawn_command, PtySession};
-use shackle::user::get_username;
use tempfile::TempDir;
+use user_info::get_username;
struct TestContext {
p: PtySession,