Skip to content

Commit

Permalink
refactor: fix small typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Oct 28, 2024
1 parent 254b46a commit 8a103c6
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 @@ -140,7 +140,7 @@ mod authorization {
use crate::e2e::web::api::v1::contexts::category::steps::add_random_category;

#[tokio::test]
async fn it_should_not_allow_guest_users_to_add_tags() {
async fn it_should_not_allow_guest_users_to_add_categories() {
let mut env = TestEnv::new();
env.start(api::Version::V1).await;

Expand Down

0 comments on commit 8a103c6

Please sign in to comment.