Skip to content

Commit

Permalink
refactor: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Oct 28, 2024
1 parent 7b63341 commit fe7436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/web/api/v1/contexts/category/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::common::contexts::category::forms::{AddCategoryForm, DeleteCategoryFo
use crate::common::contexts::category::responses::ListResponse;
use crate::e2e::environment::TestEnv;
use crate::e2e::web::api::v1::contexts::category::steps::{add_category, add_random_category};
use crate::e2e::web::api::v1::contexts::user::steps::{new_logged_in_admin, new_logged_in_user};
use crate::e2e::web::api::v1::contexts::user::steps::new_logged_in_admin;

#[tokio::test]
async fn it_should_return_an_empty_category_list_when_there_are_no_categories() {
Expand Down

0 comments on commit fe7436c

Please sign in to comment.