File tree 1 file changed +0
-5
lines changed
src/test/java/ru/mystamps/web/service
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 19
19
20
20
import ru .mystamps .web .common .EntityWithParentDto ;
21
21
import ru .mystamps .web .common .LinkEntityDto ;
22
- import ru .mystamps .web .common .SitemapInfoDto ;
23
22
import ru .mystamps .web .common .SlugUtils ;
24
23
import ru .mystamps .web .feature .account .AddUserDbDto ;
25
24
import ru .mystamps .web .feature .account .UserDetails ;
@@ -123,10 +122,6 @@ public static ImageDto createImageDto() {
123
122
return new ImageDto ("PNG" , "test" .getBytes (StandardCharsets .UTF_8 ));
124
123
}
125
124
126
- public static SitemapInfoDto createSitemapInfoDto () {
127
- return new SitemapInfoDto (String .valueOf (Random .id ()), Random .date ());
128
- }
129
-
130
125
public static SeriesInfoDto createSeriesInfoDto () {
131
126
String category = Random .categoryName ();
132
127
String country = Random .countryName ();
You can’t perform that action at this time.
0 commit comments