Skip to content

Commit

Permalink
Change a port number in the specs to avoid a potential conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Jul 3, 2014
1 parent 21d68bf commit 78e66c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
begin
assert_equal JSON, memcache.instance_variable_get('@ring').servers.first.serializer

memcached(19128) do |newdc|
memcached(21956) do |newdc|
assert newdc.set("json_test", {"foo" => "bar"})
assert_equal({"foo" => "bar"}, newdc.get("json_test"))
end
Expand Down

0 comments on commit 78e66c1

Please sign in to comment.