Skip to content

Commit

Permalink
refactor: remove unused Random.countrySlug() method
Browse files Browse the repository at this point in the history
Should be in 95bfe50 commit.

Part of #1668
  • Loading branch information
php-coder committed Mar 13, 2024
1 parent d74078e commit 61f7e73
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 @@ -172,10 +172,6 @@ public static String countryName() {
return name;
}

public static String countrySlug() {
return SlugUtils.slugify(countryName());
}

public static String participantName() {
return between(
ParticipantValidation.NAME_MIN_LENGTH,
Expand Down

0 comments on commit 61f7e73

Please sign in to comment.