mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
DEV: Fix typo in specs.
This commit is contained in:
parent
2ac952d7dd
commit
cf21c7f5aa
@ -17,7 +17,7 @@ RSpec.describe TopicListSerializer do
|
||||
).as_json
|
||||
|
||||
expect(serialized[:users].first[:id]).to eq(topic.user_id)
|
||||
expect(serialized[:primar_groups]).to eq([])
|
||||
expect(serialized[:primary_groups]).to eq([])
|
||||
expect(serialized[:topic_list][:topics].first[:id]).to eq(topic.id)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user