feat: 重构会话管理与提醒通知系统
This commit is contained in:
@@ -75,7 +75,11 @@ void main() {
|
||||
});
|
||||
|
||||
test('home route screen is wrapped with ChatBloc provider', () {
|
||||
final widget = buildHomeRouteScreen();
|
||||
final widget = buildHomeRouteScreen(
|
||||
const AuthAuthenticated(
|
||||
user: AuthUser(id: 'u1', phone: '13800138000'),
|
||||
),
|
||||
);
|
||||
|
||||
expect(widget, isA<BlocProvider<ChatBloc>>());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user