From a62fa84b0bb5abe3a2c52a047f47b6403ffcd54c Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Mon, 20 Mar 2023 23:34:50 +0200 Subject: Move user info gathering to its own workspace crate --- tests/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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, -- cgit v1.2.3