Skip to content

Commit

Permalink
refactor: remove unused Random.categorySlug() method
Browse files Browse the repository at this point in the history
Should be in 399cbbd commit.

Part of #1668
  • Loading branch information
php-coder committed Mar 13, 2024
1 parent 07023d0 commit d74078e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/java/ru/mystamps/web/tests/Random.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ public static String categoryName() {
return name;
}

public static String categorySlug() {
return SlugUtils.slugify(categoryName());
}

public static String countryName() {
String name = between(
CountryValidation.NAME_MIN_LENGTH,
Expand Down

0 comments on commit d74078e

Please sign in to comment.