Skip to content

Commit aa826c2

Browse files
committed
TestObjects: rename a couple of constants.
Should be in bb1ad92 commit. No functional changes.
1 parent 00c2347 commit aa826c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/ru/mystamps/web/service/TestObjects.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ final class TestObjects {
5252
private static final String TEST_NAME = "Test Name";
5353
private static final String TEST_LOGIN = "test";
5454

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";
5757

5858
// CheckStyle: ignore LineLength for next 1 line
5959
private static final String TEST_HASH = "$2a$10$Oo8A/oaKQYwt4Zi1RWGir.HHziCG267CJaqaNaNUtE/8ceysZn0za";
@@ -84,7 +84,7 @@ public static UsersActivationDto createUsersActivationDto() {
8484
}
8585

8686
public static UrlEntityDto createUrlEntityDto() {
87-
return new UrlEntityDto(TEST_COLLECTION_ID, TEST_SLUG);
87+
return new UrlEntityDto(TEST_ENTITY_ID, TEST_ENTITY_SLUG);
8888
}
8989

9090
public static User createUser() {

0 commit comments

Comments
 (0)