Skip to content

Commit

Permalink
fix: tag name for random tag in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Sep 18, 2023
1 parent 3cf9c44 commit eb26c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/contexts/tag/fixtures.rs
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit eb26c8d

Please sign in to comment.