fix false spec

This commit is contained in:
Arpit Jalan 2018-04-04 12:20:50 +05:30
parent c36e201eb3
commit b49f2bf7d9
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ describe TopicConverter do
expect(private_message).to be_valid
expect(topic.archetype).to eq("private_message")
expect(topic.category_id).to eq(nil)
expect(category.topic_count).to eq(0)
expect(category.reload.topic_count).to eq(0)
end
it "updates user stats" do