diff --git a/tests/common/contexts/tag/fixtures.rs b/tests/common/contexts/tag/fixtures.rs index 39ac3081..6012497f 100644 --- a/tests/common/contexts/tag/fixtures.rs +++ b/tests/common/contexts/tag/fixtures.rs @@ -1,7 +1,7 @@ use rand::Rng; pub fn random_tag_name() -> String { - format!("category name {}", random_id()) + format!("tag name {}", random_id()) } fn random_id() -> u64 {