Skip to content

Commit 37fa91f

Browse files
authored
test: fix a freaky test case (#68)
1 parent 56fe2ec commit 37fa91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/redis_client/test_cluster.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_dedicated_commands
141141
wait_for_replication
142142
[
143143
{ command: %w[ACL HELP], is_a: Array },
144-
{ command: ['WAIT', TEST_REPLICA_SIZE, '1'], want: TEST_NUMBER_OF_REPLICAS },
144+
{ command: ['WAIT', TEST_REPLICA_SIZE, '1'], is_a: Integer },
145145
{ command: %w[KEYS *], want: (0..9).map { |i| "key#{i}" } },
146146
{ command: %w[DBSIZE], want: (0..9).size },
147147
{ command: %w[SCAN], is_a: Array },

0 commit comments

Comments
 (0)