Skip to content

Commit 9d85e76

Browse files
authored
Merge pull request #1205 from jskelcy/js/fix_tests
properly point redisServerConf to redis.conf
2 parents 23b47cf + c2e9215 commit 9d85e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func (p *redisProcess) Close() error {
257257

258258
var (
259259
redisServerBin, _ = filepath.Abs(filepath.Join("testdata", "redis", "src", "redis-server"))
260-
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis.conf"))
260+
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis", "redis.conf"))
261261
)
262262

263263
func redisDir(port string) (string, error) {

0 commit comments

Comments
 (0)