Skip to content

Commit d74078e

Browse files
committed
refactor: remove unused Random.categorySlug() method
Should be in 399cbbd commit. Part of #1668
1 parent 07023d0 commit d74078e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/ru/mystamps/web/tests/Random.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ public static String categoryName() {
156156
return name;
157157
}
158158

159-
public static String categorySlug() {
160-
return SlugUtils.slugify(categoryName());
161-
}
162-
163159
public static String countryName() {
164160
String name = between(
165161
CountryValidation.NAME_MIN_LENGTH,

0 commit comments

Comments
 (0)