Skip to content

Commit 06d9de1

Browse files
committed
refactor: remove unused TestObjects.createSitemapInfoDto() method
Should be in b7a4051 commit. Part of #1668
1 parent 96db597 commit 06d9de1

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
@@ -19,7 +19,6 @@
1919

2020
import ru.mystamps.web.common.EntityWithParentDto;
2121
import ru.mystamps.web.common.LinkEntityDto;
22-
import ru.mystamps.web.common.SitemapInfoDto;
2322
import ru.mystamps.web.common.SlugUtils;
2423
import ru.mystamps.web.feature.account.AddUserDbDto;
2524
import ru.mystamps.web.feature.account.UserDetails;
@@ -123,10 +122,6 @@ public static ImageDto createImageDto() {
123122
return new ImageDto("PNG", "test".getBytes(StandardCharsets.UTF_8));
124123
}
125124

126-
public static SitemapInfoDto createSitemapInfoDto() {
127-
return new SitemapInfoDto(String.valueOf(Random.id()), Random.date());
128-
}
129-
130125
public static SeriesInfoDto createSeriesInfoDto() {
131126
String category = Random.categoryName();
132127
String country = Random.countryName();

0 commit comments

Comments
 (0)