We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f7e73 commit 2dc626bCopy full SHA for 2dc626b
src/test/java/ru/mystamps/web/tests/Random.java
@@ -219,10 +219,6 @@ public static String importRequestStatus() {
219
return sample(STATUSES);
220
}
221
222
- public static List<String> importRequestStatuses(int numToReturn) {
223
- return sampleMultiple(numToReturn, STATUSES);
224
- }
225
-
226
public static Set<String> solovyovNumbers() {
227
return catalogNumbers();
228
0 commit comments