Skip to content

Commit

Permalink
another style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoav Aner committed Dec 21, 2018
1 parent 3e51702 commit cd65753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contrib/rails/redis_cache_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def cache_key
Rails.cache.write(['custom-key', %w[x y], User.new], 50)
spans = @tracer.writer.spans()
assert_equal(spans.length, 2)
cache, redis = spans
cache, _redis = spans
assert_equal(cache.get_tag('rails.cache.key'), 'custom-key/x/y/User:3')
end

Expand Down

0 comments on commit cd65753

Please sign in to comment.