Skip to content

Commit

Permalink
fix: hush the pre commit linter
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Jan 7, 2025
1 parent 21ba10c commit 2e2bdb7
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,8 @@ public class GetActionTest {

RedisCache redis;

public static final String REDIS_HOST = "localhost";
public static final String REDIS_PORT = "6129";

@Before
public void setUp() throws Exception {
TestUtils.setEnv("REDIS_HOST", GetActionTest.REDIS_HOST);
TestUtils.setEnv("REDIS_PORT", GetActionTest.REDIS_PORT);

public void setUp() {
redis = Mockito.mock(RedisCache.class);
getAction = new GetAction();

Expand Down

0 comments on commit 2e2bdb7

Please sign in to comment.