Skip to content

Commit 8a103c6

Browse files
committed
refactor: fix small typo in test name
1 parent 254b46a commit 8a103c6

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
@@ -140,7 +140,7 @@ mod authorization {
140140
use crate::e2e::web::api::v1::contexts::category::steps::add_random_category;
141141

142142
#[tokio::test]
143-
async fn it_should_not_allow_guest_users_to_add_tags() {
143+
async fn it_should_not_allow_guest_users_to_add_categories() {
144144
let mut env = TestEnv::new();
145145
env.start(api::Version::V1).await;
146146

0 commit comments

Comments
 (0)