Skip to content

Commit

Permalink
Fix typo in unit test
Browse files Browse the repository at this point in the history
Closes redis#2005
  • Loading branch information
Aniruddh Chaturvedi authored and mattsta committed Sep 29, 2014
1 parent fa8786f commit 82154ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/lru/test-lru.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
first_set_max_id = id
puts "#{r.dbsize} keys inserted"

# Access keys sequencially
# Access keys sequentially

puts "Access keys sequencially"
puts "Access keys sequentially"
(1..first_set_max_id).each{|id|
r.get(id)
# sleep 0.001
Expand Down

0 comments on commit 82154ff

Please sign in to comment.