mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Removed unused let blocks (#7446)
The bodies of these blocks were never evaluated.
This commit is contained in:
parent
17b34f5744
commit
ad44243a57
34 changed files with 0 additions and 74 deletions
|
@ -525,8 +525,6 @@ describe TopicQuery do
|
|||
end
|
||||
|
||||
context 'preload api' do
|
||||
let(:topics) {}
|
||||
|
||||
it "preloads data correctly" do
|
||||
TopicList.preloaded_custom_fields << "tag"
|
||||
TopicList.preloaded_custom_fields << "age"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue