Merge branch 'develop' into cds-365

This commit is contained in:
Sahil Kumar
2021-08-05 16:41:32 +05:30
committed by GitHub
63 changed files with 3167 additions and 2016 deletions
@@ -176,7 +176,7 @@ void main() {
});
test('markAllRead', () async {
const path = 'channels/read';
const path = '/channels/read';
when(() => client.post(path)).thenAnswer(
(_) async => successResponse(path, data: <String, dynamic>{}));