Skip to content

Commit bb119a3

Browse files
committed
Fix PUBSUB test.
1 parent cfc281a commit bb119a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/publish_subscribe_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_pubsub_with_channels_and_numsub_subcommnads
127127
wire.join
128128

129129
assert_equal channels_result, ['foo']
130-
assert_equal numsub_result, ['foo', '1', 'boo', '0']
130+
assert_equal numsub_result, ['foo', 1, 'boo', 0]
131131
end
132132
end
133133

0 commit comments

Comments
 (0)