Skip to content

Commit 7782285

Browse files
committed
Fix test:cluster setup after the renaming
1 parent 3f1adc0 commit 7782285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/test/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_relative "../../test/helper"
44
$LOAD_PATH.unshift(File.expand_path('../lib', __dir__))
55

6-
require "redis_cluster"
6+
require "redis-clustering"
77
require_relative 'support/orchestrator'
88

99
module Helper

0 commit comments

Comments
 (0)