Skip to content

Commit 06c5cca

Browse files
committed
refactor: removed unused import
1 parent 8516731 commit 06c5cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/web/api/v1/contexts/category/contract.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::common::contexts::category::forms::{AddCategoryForm, DeleteCategoryFo
1010
use crate::common::contexts::category::responses::ListResponse;
1111
use crate::e2e::environment::TestEnv;
1212
use crate::e2e::web::api::v1::contexts::category::steps::{add_category, add_random_category};
13-
use crate::e2e::web::api::v1::contexts::user::steps::{new_logged_in_admin, new_logged_in_user};
13+
use crate::e2e::web::api::v1::contexts::user::steps::new_logged_in_admin;
1414

1515
#[tokio::test]
1616
async fn it_should_return_an_empty_category_list_when_there_are_no_categories() {

0 commit comments

Comments
 (0)