fix(llc): channel.markAllRead
This commit is contained in:
@@ -176,7 +176,7 @@ void main() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('markAllRead', () async {
|
test('markAllRead', () async {
|
||||||
const path = 'channels/read';
|
const path = '/channels/read';
|
||||||
when(() => client.post(path)).thenAnswer(
|
when(() => client.post(path)).thenAnswer(
|
||||||
(_) async => successResponse(path, data: <String, dynamic>{}));
|
(_) async => successResponse(path, data: <String, dynamic>{}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user