Bugfix: Update conversation counters in realtime (#944)

* Bug: Update conversation counters in realtime
This commit is contained in:
Pranav Raj S
2020-06-09 16:26:33 +05:30
committed by GitHub
parent 602132119b
commit 40481f6462
11 changed files with 99 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ RSpec.describe 'Conversations API', type: :request do
as: :json
expect(response).to have_http_status(:success)
expect(JSON.parse(response.body, symbolize_names: true)[:data][:meta][:all_count]).to eq(1)
expect(JSON.parse(response.body, symbolize_names: true)[:meta][:all_count]).to eq(1)
end
end
end