Skip to content

Commit da0d240

Browse files
committed
test: remove tests for StampsCatalogServiceImpl class
Part of #1668
1 parent 10c44a4 commit da0d240

File tree

2 files changed

+0
-181
lines changed

2 files changed

+0
-181
lines changed

src/test/groovy/ru/mystamps/web/feature/series/StampsCatalogServiceImplTest.groovy

-176
This file was deleted.

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

-5
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,6 @@ public static boolean perforated() {
190190
return bool();
191191
}
192192

193-
public static String catalogNumber() {
194-
final long maxCatalogNumber = 9999;
195-
return String.valueOf(between(1, maxCatalogNumber).integer());
196-
}
197-
198193
public static List<Integer> listOfIntegers() {
199194
final int minSize = 1;
200195
final int maxSize = 3;

0 commit comments

Comments
 (0)