Skip to content

Commit

Permalink
refactor: remove unused TestObjects.createSeriesInCollectionWithPrice…
Browse files Browse the repository at this point in the history
…Dto() method

Should be in 76894d6 commit.

Part of #1668
  • Loading branch information
php-coder committed Mar 13, 2024
1 parent 7a6de5a commit 07023d0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/test/java/ru/mystamps/web/service/TestObjects.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import ru.mystamps.web.feature.account.UserDetails;
import ru.mystamps.web.feature.account.UsersActivationDto;
import ru.mystamps.web.feature.account.UsersActivationFullDto;
import ru.mystamps.web.feature.collection.SeriesInCollectionWithPriceDto;
import ru.mystamps.web.feature.image.ImageDto;
import ru.mystamps.web.feature.image.ImageInfoDto;
import ru.mystamps.web.feature.participant.EntityWithIdDto;
Expand Down Expand Up @@ -128,19 +127,6 @@ public static SeriesInfoDto createSeriesInfoDto() {
);
}

public static SeriesInCollectionWithPriceDto createSeriesInCollectionWithPriceDto() {
return new SeriesInCollectionWithPriceDto(
Random.id(),
Random.issueYear(),
Random.quantity(),
Random.quantity(),
Random.perforated(),
Random.countryName(),
Random.price(),
Random.currency()
);
}

public static SuspiciousActivityDto createSuspiciousActivityDto() {
return new SuspiciousActivityDto(
TEST_ACTIVITY_TYPE,
Expand Down

0 comments on commit 07023d0

Please sign in to comment.