From 08556b95edf02b8fde068d2db215c63446479564 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 10 May 2023 17:55:34 +0200 Subject: Simplify project by getting rid of workspace --- 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 3787bfc..41fe145 100644 --- a/tests/cli.rs +++ b/tests/cli.rs @@ -1,9 +1,9 @@ use anyhow::Result; use assert_cmd::{cargo::cargo_bin, Command}; use rexpect::session::{spawn_command, PtySession}; +use shackle_shell::user_info::{get_user_groups, get_username}; use std::path::Path; use tempfile::TempDir; -use user_info::{get_user_groups, get_username}; struct TestContext { p: PtySession, -- cgit v1.2.3