Skip to content

Commit 6b0395b

Browse files
committed
feat(Home): add unit tests - repository and usecase get live streams
1 parent 88e386a commit 6b0395b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/core/util/themes/app_color.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ var colorRed = const Color(0xFFf11a42);
88
var colorBlue = const Color(0xFF1d51fe);
99
var colorPurple = const Color(0xFF7d60e5);
1010
var colorHintText = const Color(0xFFa0a0a0);
11-

lib/features/profile/presentation/widgets/live_card_profile.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,7 @@ class LiveCardProflie extends StatelessWidget {
108108
13.sp,
109109
),
110110
),
111-
child: Text(
112-
'You update Ep Ep',
113-
style: text11mCL
114-
),
111+
child: Text('You update Ep Ep', style: text11mCL),
115112
)
116113
],
117114
),

0 commit comments

Comments
 (0)