File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/ru/mystamps/web/service Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ final class TestObjects {
52
52
private static final String TEST_NAME = "Test Name" ;
53
53
private static final String TEST_LOGIN = "test" ;
54
54
55
- private static final Integer TEST_COLLECTION_ID = 456 ;
56
- private static final String TEST_SLUG = "test-slug" ;
55
+ private static final Integer TEST_ENTITY_ID = 456 ;
56
+ private static final String TEST_ENTITY_SLUG = "test-slug" ;
57
57
58
58
// CheckStyle: ignore LineLength for next 1 line
59
59
private static final String TEST_HASH = "$2a$10$Oo8A/oaKQYwt4Zi1RWGir.HHziCG267CJaqaNaNUtE/8ceysZn0za" ;
@@ -84,7 +84,7 @@ public static UsersActivationDto createUsersActivationDto() {
84
84
}
85
85
86
86
public static UrlEntityDto createUrlEntityDto () {
87
- return new UrlEntityDto (TEST_COLLECTION_ID , TEST_SLUG );
87
+ return new UrlEntityDto (TEST_ENTITY_ID , TEST_ENTITY_SLUG );
88
88
}
89
89
90
90
public static User createUser () {
You can’t perform that action at this time.
0 commit comments