Skip to content

Commit 8515558

Browse files
committed
update persistence client test
1 parent d3a290c commit 8515558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stream_chat/test/src/db/chat_persistence_client_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TestPersistenceClient extends ChatPersistenceClient {
1919
bool get isConnected => throw UnimplementedError();
2020

2121
@override
22-
String? get userId => throw UnimplementedError();
22+
String? get userId => 'test-user-id';
2323

2424
@override
2525
Future<void> connect(String userId) => throw UnimplementedError();

0 commit comments

Comments
 (0)