Skip to content

Commit

Permalink
refactor: remove unused TestObjects.createSitemapInfoDto() method
Browse files Browse the repository at this point in the history
Should be in b7a4051 commit.

Part of #1668
  • Loading branch information
php-coder committed Mar 13, 2024
1 parent 96db597 commit 06d9de1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/ru/mystamps/web/service/TestObjects.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import ru.mystamps.web.common.EntityWithParentDto;
import ru.mystamps.web.common.LinkEntityDto;
import ru.mystamps.web.common.SitemapInfoDto;
import ru.mystamps.web.common.SlugUtils;
import ru.mystamps.web.feature.account.AddUserDbDto;
import ru.mystamps.web.feature.account.UserDetails;
Expand Down Expand Up @@ -123,10 +122,6 @@ public static ImageDto createImageDto() {
return new ImageDto("PNG", "test".getBytes(StandardCharsets.UTF_8));
}

public static SitemapInfoDto createSitemapInfoDto() {
return new SitemapInfoDto(String.valueOf(Random.id()), Random.date());
}

public static SeriesInfoDto createSeriesInfoDto() {
String category = Random.categoryName();
String country = Random.countryName();
Expand Down

0 comments on commit 06d9de1

Please sign in to comment.