This commit is contained in:
Salvatore Giordano
2021-02-18 12:05:21 +01:00
parent 183676bb38
commit b4e4acc40e
@@ -187,7 +187,7 @@ void main() {
'api-key',
httpClient: mockDio,
tokenProvider: (_) async => '',
attachmentUploader: mockUploader,
attachmentFileUploader: mockUploader,
);
final channelClient = client.channel(channelType, id: channelId);
@@ -214,7 +214,7 @@ void main() {
'api-key',
httpClient: mockDio,
tokenProvider: (_) async => '',
attachmentUploader: mockUploader,
attachmentFileUploader: mockUploader,
);
final channelClient = client.channel(channelType, id: channelId);