Skip to content

Commit

Permalink
fix: 테스트용 내장 Redis 포트 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
deepredk committed Oct 17, 2023
1 parent 49d51a9 commit 311fc91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class TestRedisConfiguration {
private final RedisServer redisServer;

public TestRedisConfiguration() throws IOException {
this.redisServer = new RedisServer(6370);
this.redisServer = new RedisServer(6379);
}

@PostConstruct
Expand Down

0 comments on commit 311fc91

Please sign in to comment.