Skip to content

Commit 7a6de5a

Browse files
committed
refactor: remove unused TestObjects.createCollectionInfoDto() method
Should be in 76894d6 commit. Part of #1668
1 parent d8a952a commit 7a6de5a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/ru/mystamps/web/service/TestObjects.java

-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import ru.mystamps.web.feature.account.UserDetails;
2525
import ru.mystamps.web.feature.account.UsersActivationDto;
2626
import ru.mystamps.web.feature.account.UsersActivationFullDto;
27-
import ru.mystamps.web.feature.collection.CollectionInfoDto;
2827
import ru.mystamps.web.feature.collection.SeriesInCollectionWithPriceDto;
2928
import ru.mystamps.web.feature.image.ImageDto;
3029
import ru.mystamps.web.feature.image.ImageInfoDto;
@@ -129,10 +128,6 @@ public static SeriesInfoDto createSeriesInfoDto() {
129128
);
130129
}
131130

132-
public static CollectionInfoDto createCollectionInfoDto() {
133-
return new CollectionInfoDto(Random.id(), Random.collectionSlug(), "Test User");
134-
}
135-
136131
public static SeriesInCollectionWithPriceDto createSeriesInCollectionWithPriceDto() {
137132
return new SeriesInCollectionWithPriceDto(
138133
Random.id(),

0 commit comments

Comments
 (0)