Skip to content

Commit 61f7e73

Browse files
committed
refactor: remove unused Random.countrySlug() method
Should be in 95bfe50 commit. Part of #1668
1 parent d74078e commit 61f7e73

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

-4
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ public static String countryName() {
172172
return name;
173173
}
174174

175-
public static String countrySlug() {
176-
return SlugUtils.slugify(countryName());
177-
}
178-
179175
public static String participantName() {
180176
return between(
181177
ParticipantValidation.NAME_MIN_LENGTH,

0 commit comments

Comments
 (0)