Skip to content

Commit 1b23a09

Browse files
committed
refactor: make a constant be accessible in other packages.
We use it in ru.mystamps.web.feature.account.LegacyUserServiceImplTest and it's not clear how it worked before. This change is needed in order to simplify automated porting of tests. Part of 1246
1 parent fad9082 commit 1b23a09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ public final class TestObjects {
7171

7272
public static final String TEST_EMAIL = "test@example.org";
7373
public static final String TEST_ACTIVATION_KEY = "1234567890";
74-
75-
protected static final String TEST_PASSWORD = "secret";
74+
public static final String TEST_PASSWORD = "secret";
7675

7776
private static final String TEST_NAME = "Test Name";
7877
private static final String TEST_URL = "test.example.org";

0 commit comments

Comments
 (0)