mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct spec failure, only test code was affected
This commit is contained in:
@@ -72,6 +72,7 @@ class RandomTopicSelector
|
||||
Category.select(:id).each do |c|
|
||||
$redis.del cache_key(c)
|
||||
end
|
||||
$redis.del cache_key
|
||||
end
|
||||
|
||||
def self.cache_key(category=nil)
|
||||
|
||||
Reference in New Issue
Block a user