Skip to content

Commit 2dc626b

Browse files
committed
refactor: remove unused Random.importRequestStatuses() method
Should be in db5a330 commit. Part of #1668
1 parent 61f7e73 commit 2dc626b

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
@@ -219,10 +219,6 @@ public static String importRequestStatus() {
219219
return sample(STATUSES);
220220
}
221221

222-
public static List<String> importRequestStatuses(int numToReturn) {
223-
return sampleMultiple(numToReturn, STATUSES);
224-
}
225-
226222
public static Set<String> solovyovNumbers() {
227223
return catalogNumbers();
228224
}

0 commit comments

Comments
 (0)