ignore islocal

This commit is contained in:
Salvatore Giordano
2021-04-20 09:41:41 +02:00
parent 7226d8c4d3
commit 79769acef0
3 changed files with 3 additions and 5 deletions
@@ -1,9 +1,9 @@
import 'dart:convert';
import 'package:test/test.dart';
import 'package:stream_chat/src/models/event.dart';
import 'package:stream_chat/src/models/own_user.dart';
import 'package:stream_chat/stream_chat.dart';
import 'package:test/test.dart';
void main() {
group('src/models/event', () {
@@ -77,7 +77,6 @@ void main() {
'total_unread_count': 1,
'unread_channels': 1,
'online': true,
'is_local': true,
'member': null,
'channel_id': null,
'channel_type': null,